forked from twitter-archive/twitter-kit-ios
-
Notifications
You must be signed in to change notification settings - Fork 80
/
TwitterKit5.podspec
16 lines (16 loc) · 1.25 KB
/
TwitterKit5.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = "TwitterKit5"
s.version = "5.2.0"
s.summary = "Increase user engagement and app growth."
s.homepage = "https://github.com/touren/twitter-kit-ios"
s.documentation_url = "https://github.com/touren/twitter-kit-ios/wiki"
s.social_media_url = "https://taoren.me"
s.authors = "Tao Ren"
s.platform = :ios, "9.0"
s.source = { :http => "https://github.com/touren/twitter-kit-ios/releases/download/v#{s.version}/TwitterKit.zip" }
s.vendored_frameworks = "iOS/TwitterKit.framework"
s.license = { :type => "Commercial", :text => "Twitter Kit: Copyright Twitter, Inc. All Rights Reserved. Use of this software is subject to the terms and conditions of the Twitter Kit Agreement located at https://dev.twitter.com/overview/terms/twitterkit and the Developer Agreement located at https://dev.twitter.com/overview/terms/agreement. OSS: https://github.com/twitter/twitter-kit-ios/blob/master/OS_LICENSES.md"}
s.resources = ["iOS/TwitterKit.framework/TwitterKitResources.bundle", "iOS/TwitterKit.framework/TwitterShareExtensionUIResources.bundle"]
s.frameworks = "CoreText", "QuartzCore", "CoreData", "CoreGraphics", "Foundation", "Security", "UIKit", "CoreMedia", "AVFoundation", "SafariServices"
s.dependency "TwitterCore", ">= 3.1.0"
end