forked from facebook/facebook-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFBSDKMarketingKit.podspec
More file actions
25 lines (20 loc) · 1.01 KB
/
FBSDKMarketingKit.podspec
File metadata and controls
25 lines (20 loc) · 1.01 KB
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 = 'FBSDKMarketingKit'
s.version = '4.40.0'
s.summary = 'Official Facebook SDK for iOS to set up Codeless Events'
s.description = <<-DESC
The Facebook SDK for iOS Marketing framework provides:
* Set up codeless events.
DESC
s.homepage = 'https://developers.facebook.com/docs/ios/'
s.author = 'Facebook'
s.license = { :type => 'Facebook Platform License', :file => 'LICENSE.txt' }
s.platform = :ios
s.source = { :http => "https://origincache.facebook.com/developers/resources/?id=FacebookSDKs-iOS-#{s.version}.zip",
:type => :zip }
s.source_files = 'FBSDKMarketingKit.framework/**/*.h'
s.public_header_files = 'FBSDKMarketingKit.framework/**/*.h'
s.ios.vendored_frameworks = 'FBSDKMarketingKit.framework'
s.ios.deployment_target = '8.0'
s.ios.dependency 'FBSDKCoreKit'
end