[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 1 / b / STTwitter / 0.0.4 / STTwitter.podspec.json
blob688e1d8c714e9b13e552ebcd4399c82b4b93b2e6
2   "name": "STTwitter",
3   "version": "0.0.4",
4   "summary": "A comprehensive Objective-C wrapper for Twitter's REST API 1.1.",
5   "homepage": "https://github.com/nst/STTwitter",
6   "license": {
7     "type": "New BSD",
8     "text": "    Copyright (c) 2012-2013 Nicolas Seriot. All rights reserved.\n"
9   },
10   "authors": [
11     "Nicolas Seriot",
12     "Frank Dowsett",
13     "xnyhps",
14     "pawelniewie"
15   ],
16   "source": {
17     "git": "https://github.com/nst/STTwitter.git",
18     "tag": "0.0.4"
19   },
20   "platforms": {
21     "ios": "5.0",
22     "osx": "10.7"
23   },
24   "source_files": [
25     "STTwitter/*.{h,m}",
26     "STTwitter/Vendor/*.{h,m}"
27   ],
28   "ios": {
29     "frameworks": [
30       "CoreGraphics",
31       "Foundation",
32       "QuartzCore",
33       "UIKit",
34       "Accounts",
35       "Social",
36       "Twitter"
37     ]
38   },
39   "requires_arc": true