[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 9 / 1 / d / QNAlamofireHelper / 1.0.0 / QNAlamofireHelper.podspec.json
blobf044724a77af568c851b4f4f2d8b3633a0f77922
2   "name": "QNAlamofireHelper",
3   "version": "1.0.0",
4   "summary": "Helper for Alamofire and ObjectMapper",
5   "description": "My helper extension of Alamofire DataRequest and DataResponse, support parse to ObjectMapper class",
6   "homepage": "https://github.com/quocnb/QNAlamofireHelper",
7   "swift_version": "4.2",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "quocnb": "quocnb.vnu@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/quocnb/QNAlamofireHelper.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "QNAlamofireHelper/Classes/**/*",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.8.1"
26     ],
27     "ObjectMapper": [
28       "~> 3.4.2"
29     ]
30   }