[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / f / b / 5 / AlamofireSwiftyJSON / 1.0.1 / AlamofireSwiftyJSON.podspec.json
blob6fea5293497d6f1cb896941a8c8ad400b3468e2c
2   "name": "AlamofireSwiftyJSON",
3   "version": "1.0.1",
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.1"
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       "~> 4.0"
32     ]
33   },
34   "pushed_with_swift_version": "3.0"