[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 9 / c / 8 / TwitterJSON / 0.1.5 / TwitterJSON.podspec.json
blob4e79415f1f8a5312d3ee7ee6e26cca3357ba472a
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.5",
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.5"
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"