[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / b / 5 / AlamofireSwiftyJSON / 0.2.0 / AlamofireSwiftyJSON.podspec.json
blob8e90f135b73efb68ef4ecfb4292053249c55065c
2   "name": "AlamofireSwiftyJSON",
3   "version": "0.2.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.2.0"
16   },
17   "documentation_url": "http://starboychina.github.io/AlamofireSwiftyJSON/index.html",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "requires_arc": true,
25   "source_files": "Source/*.swift",
26   "dependencies": {
27     "Alamofire": [
28       "~> 4.0"
29     ],
30     "SwiftyJSON": [
31       "~> 3.1"
32     ]
33   }