forked from adobe/aepsdk-assurance-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AEPAssurance.podspec
22 lines (18 loc) · 958 Bytes
/
AEPAssurance.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "AEPAssurance"
s.version = "3.0.0"
s.summary = "AEPAssurance SDK for Adobe Experience Platform Mobile SDK. Written and maintained by Adobe."
s.description = <<-DESC
AEPAssurance extension enables capabilities for Project Griffon..
DESC
s.homepage = "https://github.com/adobe/aepsdk-assurance-ios.git"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
s.author = "Adobe Experience Platform SDK Team"
s.source = { :git => "https://github.com/adobe/aepsdk-assurance-ios.git", :tag => s.version.to_s }
s.ios.deployment_target = '10.0'
s.swift_version = '5.1'
s.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
s.dependency 'AEPCore', '>= 3.1.0'
s.dependency 'AEPServices', '>= 3.1.0'
s.source_files = 'AEPAssurance/Source/**/*.swift'
end