-
Notifications
You must be signed in to change notification settings - Fork 161
/
STTwitter.podspec
24 lines (19 loc) · 1.01 KB
/
STTwitter.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 = "STTwitter"
s.version = "0.2.6"
s.summary = "A stable, mature and comprehensive Objective-C library for Twitter REST API 1.1"
s.homepage = "https://github.com/nst/STTwitter"
s.license = {
:type => 'New BSD',
:file => 'LICENCE.txt'
}
s.homepage = "https://github.com/nst/STTwitter/"
s.authors = 'Nicolas Seriot', 'Bavarious', 'Chris Ricca', 'Evan Roth', 'Frank Dowsett', 'James Howard', 'Matthew Tomlinson', 'Pawel Niewiadomski', 'Sven Weidauer', 'Thijs Alkemade', 'Victor Ng', 'b123400', 'daisy1754', 'forcha', 'germanSancho', 'ijaycho', 'passwordreset'
s.source = { :git => "https://github.com/nst/STTwitter.git", :tag => '0.2.6' }
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.7'
s.source_files = 'STTwitter/*.{h,m}', 'STTwitter/Vendor/*.{h,m}'
s.ios.frameworks = 'CoreGraphics', 'Foundation', 'QuartzCore', 'UIKit', 'Accounts', 'Twitter'
s.ios.weak_frameworks = 'Social'
s.requires_arc = true
end