[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 4 / c / Alamofire-Decodable / 2.0.1 / Alamofire-Decodable.podspec.json
blob5d248102e35864ef66052c9e88aecb8984f50ae6
2   "name": "Alamofire-Decodable",
3   "version": "2.0.1",
4   "summary": "A trivial method added to alamofire to automagically decode responses using Decodable",
5   "description": "This pod adds the `responseDecodable` method to Alamofire's Request object to return model objects instead of just json.'. This pod basically just removes some boilerplate from your apps.",
6   "homepage": "https://github.com/deanWombourne/Alamofire-Decodable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sam Dean": "deanWombourne@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/deanWombourne/Alamofire-Decodable.git",
16     "tag": "v2.0.1"
17   },
18   "social_media_url": "https://twitter.com/deanWombourne",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Alamofire-Decodable/Classes/**/*",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.0"
26     ],
27     "Decodable": [
28       "~> 0.5.0"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"