forked from adobe/aepsdk-compatibility-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathACPCore.podspec
25 lines (22 loc) · 854 Bytes
/
ACPCore.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Pod::Spec.new do |s|
s.name = "ACPCore"
s.version = "2.9.9"
s.summary = "ACPCore"
s.description = <<-DESC
ACPCore backward compatible layer
DESC
s.homepage = "https://github.com/adobe/aepsdk-core-ios"
s.license = 'Apache V2'
s.author = "Adobe Experience Platform SDK Team"
s.source = { :git => "https://git.corp.adobe.com/adobe/aepsdk-compatibility-ios", :tag => s.version.to_s }
s.ios.deployment_target = '10.0'
s.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
s.source_files = 'ACPCore/**/*.{h,m}'
s.requires_arc = true
s.dependency 'AEPServices'
s.dependency 'AEPCore'
s.dependency 'AEPLifecycle'
s.dependency 'AEPIdentity'
s.dependency 'AEPSignal'
s.dependency 'AEPRulesEngine'
end