forked from facebook/facebook-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FBSDKMarketingKit.podspec
24 lines (19 loc) · 1013 Bytes
/
FBSDKMarketingKit.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
Pod::Spec.new do |s|
s.name = "FBSDKMarketingKit"
s.version = "4.35.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-4.35.0.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", "~> 4.35.0"
end