[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / b / 5 / AlamofireSwiftyJSON / 0.1.1 / AlamofireSwiftyJSON.podspec.json
blobe01705c5dad3332a68e62836e5e7dbf4d0c76bba
2   "name": "AlamofireSwiftyJSON",
3   "version": "0.1.1",
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.1"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "requires_arc": true,
24   "source_files": "Source/*.swift",
25   "dependencies": {
26     "Alamofire": [
27       "~> 3.4"
28     ],
29     "SwiftyJSON": [
30       "~> 2.3"
31     ]
32   }