[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 5 / 1 / b / STTwitter / 0.1.8 / STTwitter.podspec.json
blobba396ee27e2b1c149fc768cfd66b0ad7a53d0279
2   "name": "STTwitter",
3   "version": "0.1.8",
4   "summary": "A stable, mature and comprehensive Objective-C library for Twitter REST API 1.1",
5   "homepage": "https://github.com/nst/STTwitter/",
6   "license": {
7     "type": "New BSD",
8     "file": "LICENCE.txt"
9   },
10   "authors": [
11     "Nicolas Seriot",
12     "Bavarious",
13     "Chris Ricca",
14     "Evan Roth",
15     "Frank Dowsett",
16     "James Howard",
17     "Matthew Tomlinson",
18     "Pawel Niewiadomski",
19     "Sven Weidauer",
20     "Thijs Alkemade",
21     "Victor Ng",
22     "b123400",
23     "daisy1754",
24     "forcha",
25     "germanSancho",
26     "ijaycho",
27     "passwordreset"
28   ],
29   "source": {
30     "git": "https://github.com/nst/STTwitter.git",
31     "tag": "0.1.8"
32   },
33   "platforms": {
34     "ios": "5.0",
35     "osx": "10.7"
36   },
37   "source_files": [
38     "STTwitter/*.{h,m}",
39     "STTwitter/Vendor/*.{h,m}"
40   ],
41   "ios": {
42     "frameworks": [
43       "CoreGraphics",
44       "Foundation",
45       "QuartzCore",
46       "UIKit",
47       "Accounts",
48       "Twitter"
49     ],
50     "weak_frameworks": "Social"
51   },
52   "requires_arc": true