-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAppsFlyerAdobeExtension.podspec
More file actions
22 lines (18 loc) · 880 Bytes
/
Copy pathAppsFlyerAdobeExtension.podspec
File metadata and controls
22 lines (18 loc) · 880 Bytes
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 = 'AppsFlyerAdobeExtension'
s.version = '1.0.3'
s.summary = 'AppsFlyer iOS SDK Extension for Adobe Mobile SDK'
s.description = <<-DESC
AppsFlyer iOS SDK Extension for Adobe Mobile SDK.
DESC
s.homepage = 'https://github.com/AppsFlyerSDK/AppsFlyerAdobeExtension'
s.license = { :type => 'proprietary', :file => 'LICENSE' }
s.author = { 'AppsFlyer' => 'benjamin@appsflyer.com' }
s.source = { :git => 'https://github.com/AppsFlyerSDK/AppsFlyerAdobeExtension.git', :tag => s.version.to_s }
s.ios.deployment_target = '11.0'
s.source_files = 'AppsFlyerAdobeExtension/Classes/**/*'
s.static_framework = true
s.public_header_files = 'AppsFlyerAdobeExtension/Classes/**/*.h'
s.dependency 'AppsFlyerFramework'
s.dependency 'ACPCore'
end