[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / 7 / d / AlamofireMappable / 1.0.0 / AlamofireMappable.podspec.json
blobf057bf166e1b9cab9686935ac5b919b9736172a9
2   "name": "AlamofireMappable",
3   "version": "1.0.0",
4   "summary": "Alamofire + ObjectMapper.",
5   "description": "Helper for parse Alamofire response to ObjectMapper object",
6   "homepage": "https://github.com/quocnb/AlamofireMappable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "quocnb": "quocnb.vnu@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/quocnb/AlamofireMappable.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "AlamofireMappable/Classes/**/*",
23   "dependencies": {
24     "Alamofire": [
26     ],
27     "ObjectMapper": [
29     ]
30   }