[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / 1 / b / STTwitter / 0.0.3 / STTwitter.podspec.json
blob3e407a5012362d052679e8517b7b9eee68672a15
2   "name": "STTwitter",
3   "version": "0.0.3",
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   ],
15   "source": {
16     "git": "https://github.com/nst/STTwitter.git",
17     "tag": "0.0.3"
18   },
19   "platforms": {
20     "ios": "5.0",
21     "osx": "10.7"
22   },
23   "source_files": [
24     "STTwitter/*.{h,m}",
25     "STTwitter/Vendor/*.{h,m}"
26   ],
27   "ios": {
28     "frameworks": [
29       "CoreGraphics",
30       "Foundation",
31       "QuartzCore",
32       "UIKit"
33     ]
34   },
35   "requires_arc": false