[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / c / 4 / KANetworking / 0.1.1 / KANetworking.podspec.json
blobbffd86e6533fc9fbb611f3dc231a8fed403c838e
2   "name": "KANetworking",
3   "version": "0.1.1",
4   "summary": "A network extension for Alamofire for faster DTO parsing.",
5   "description": "This is an extension to the Alamofire Pod with easyer DTO and error parsing.",
6   "homepage": "https://github.com/kadarandras/KANetworking",
7   "license": "MIT",
8   "authors": {
9     "Andras Kadar": "kadarandrass@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/kadarandras/KANetworking.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "KANetworking": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Alamofire": [
27       "3.2.1"
28     ],
29     "ReachabilitySwift": [
30       "2.3.3"
31     ],
32     "SwiftyJSON": [
33       "2.3.1"
34     ]
35   }