[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / b / 5 / AlamofireSwiftyJSON / 1.0.0 / AlamofireSwiftyJSON.podspec.json
blob87b6b1cd14756dd429906d2e467bf6fb7c4e497d
2   "name": "AlamofireSwiftyJSON",
3   "version": "1.0.0",
4   "summary": "Alamofire extension for serialize Data to SwiftyJSON",
5   "homepage": "https://github.com/Xinguang/AlamofireSwiftyJSON",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Xinguang": "AlamofireSwiftyJSON.github.com@kansea.com"
12   },
13   "source": {
14     "git": "https://github.com/Xinguang/AlamofireSwiftyJSON.git",
15     "tag": "1.0.0"
16   },
17   "documentation_url": "http://Xinguang.github.io/AlamofireSwiftyJSON/index.html",
18   "platforms": {
19     "ios": "8.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.0"
32     ]
33   },
34   "pushed_with_swift_version": "3.0"