[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / f / b / 5 / AlamofireSwiftyJSON / 0.1.0 / AlamofireSwiftyJSON.podspec.json
blobcee0b52f1bafcb296ee796d0750ff156be932f1e
2   "name": "AlamofireSwiftyJSON",
3   "version": "0.1.0",
4   "summary": "Alamofire extension for serialize NSData to SwiftyJSON",
5   "homepage": "https://github.com/starboychina/AlamofireSwiftyJSON",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "starboychina": "AlamofireSwiftyJSON.github.com@kansea.com"
12   },
13   "source": {
14     "git": "https://github.com/starboychina/AlamofireSwiftyJSON.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "Source/*.swift",
22   "dependencies": {
23     "Alamofire": [
24       "~> 3.1"
25     ],
26     "SwiftyJSON": [
27       "~> 2.3"
28     ]
29   }