[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / c / 8 / TwitterJSON / 0.1.1 / TwitterJSON.podspec.json
blob32c20831979109c609e88922b8741271195172c5
2   "name": "TwitterJSON",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "summary": "Simple integration with Twitter RESE api.",
7   "requires_arc": true,
8   "version": "0.1.1",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Kyle Goslan": "kylegoslan@me.com"
15   },
16   "social_media_url": "https://twitter.com/kylegoslan",
17   "homepage": "https://github.com/KyleGoslan/TwitterJSON",
18   "source": {
19     "git": "https://github.com/KyleGoslan/TwitterJSON.git",
20     "tag": "0.1.1"
21   },
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "dependencies": {
27     "Alamofire": [
28       "~> 1.3"
29     ],
30     "SwiftyJSON": [
31       "~> 2.2.1"
32     ]
33   },
34   "source_files": "TwitterJSON"