forked from twitter-archive/twitter-kit-ios
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTwitterKit.podspec
More file actions
15 lines (14 loc) · 1.1 KB
/
TwitterKit.podspec
File metadata and controls
15 lines (14 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = "TwitterKit"
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.platform = :ios, "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 => "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.frameworks = "CoreText", "QuartzCore", "CoreData", "CoreGraphics", "Foundation", "Security", "UIKit", "CoreMedia", "AVFoundation", "SafariServices"
end