forked from touren/twitter-kit-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTwitterKit7.podspec
15 lines (15 loc) · 1.2 KB
/
TwitterKit7.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = "TwitterKit7"
s.version = "7.0.0"
s.summary = "Increase user engagement and app growth."
s.homepage = "https://github.com/HieuLsw/twitter-kit-ios"
s.documentation_url = "https://github.com/HieuLsw/twitter-kit-ios/wiki"
s.authors = "Hieu Trinh"
s.platform = :ios, "9.0"
s.source = { :http => "https://github.com/HieuLsw/twitter-kit-ios/files/6814591/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