forked from adobe/aepsdk-compatibility-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathACPUserProfile.podspec
27 lines (24 loc) · 942 Bytes
/
ACPUserProfile.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
26
27
Pod::Spec.new do |s|
s.name = "ACPUserProfile"
s.version = "2.9.9"
s.summary = "ACPUserProfile"
s.description = <<-DESC
ACPUserProfile backward compatible layer
DESC
s.homepage = "https://github.com/adobe/aepsdk-compatibility-ios"
s.license = 'Apache V2'
s.author = "Adobe Experience Platform SDK Team"
s.source = { :git => "https://github.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 = 'ACPUserProfile/**/*.{h,m}'
s.requires_arc = true
s.dependency 'AEPServices'
s.dependency 'AEPCore'
s.dependency 'AEPLifecycle'
s.dependency 'AEPIdentity'
s.dependency 'AEPSignal'
s.dependency 'AEPRulesEngine'
s.dependency 'ACPCore'
s.dependency 'AEPUserProfile'
end