forked from twitter-archive/twitter-kit-ios
-
Notifications
You must be signed in to change notification settings - Fork 2
/
TwitterCore.podspec
executable file
·16 lines (15 loc) · 1.14 KB
/
TwitterCore.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = "TwitterCore"
s.version = "3.1.5"
s.summary = "Increase user engagement and app growth."
s.homepage = "https://github.com/twitter/twitter-kit-ios"
s.documentation_url = "https://github.com/twitter/twitter-kit-ios/wiki"
s.social_media_url = "https://twitter.com/TwitterDev"
s.authors = "Twitter"
s.platforms = { :ios => "11.0", :tvos => "11.0" }
s.source = { :http => "https://github.com/abema/twitter-kit-ios/releases/download/#{s.version}/#{s.name}.xcframework.zip" }
s.vendored_frameworks = "#{s.name}.xcframework"
s.license = { :type => "Commercial", :text => "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.ios.frameworks = "Accounts", "CoreData", "CoreGraphics", "Foundation", "Security", "Social", "UIKit"
s.tvos.frameworks = "CoreData", "CoreGraphics", "Foundation", "Security", "UIKit"
end