[Add] AnyThinkAdmobSDKAdapter 6.4.37.1
[CocoaPods.git] / Specs / 5 / 1 / b / STTwitter / 0.0.5 / STTwitter.podspec.json
blobddbb67e83876450568a59281c9a8caa9eca2b733
2   "name": "STTwitter",
3   "version": "0.0.5",
4   "summary": "A comprehensive Objective-C library for Twitter's 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     "Frank Dowsett",
13     "xnyhps",
14     "pawelniewie",
15     "Bavarious"
16   ],
17   "source": {
18     "git": "https://github.com/nst/STTwitter.git",
19     "tag": "0.0.5"
20   },
21   "platforms": {
22     "ios": "5.0",
23     "osx": "10.7"
24   },
25   "source_files": [
26     "STTwitter/*.{h,m}",
27     "STTwitter/Vendor/*.{h,m}"
28   ],
29   "ios": {
30     "frameworks": [
31       "CoreGraphics",
32       "Foundation",
33       "QuartzCore",
34       "UIKit",
35       "Accounts",
36       "Social",
37       "Twitter"
38     ]
39   },
40   "requires_arc": true