[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 4 / 2 / ZDHttpUtils / 0.0.1 / ZDHttpUtils.podspec.json
blob7b69898e01bf519bf4c5203d87129352addd5f4c
2   "name": "ZDHttpUtils",
3   "version": "0.0.1",
4   "summary": "Swift 基于Alamofire/ObjectMapper/SwiftyJson的封装.",
5   "description": "Swift 基于Alamofire/ObjectMapper/SwiftyJson的封装",
6   "homepage": "https://github.com/seasonZhu/ZDHttpUtils",
7   "license": "MIT",
8   "authors": {
9     "zhujilong": "zhujilong1987@163.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/seasonZhu/ZDHttpUtils.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "ZDHttpUtilsDemo/HttpUtils/*.{swift}",
19   "exclude_files": "Classes/Exclude",
20   "swift_version": "4.0",
21   "dependencies": {
22     "Alamofire": [
23       "~> 4.7.3"
24     ],
25     "AlamofireObjectMapper": [
26       "~> 5.2.0"
27     ],
28     "Alamofire-SwiftyJSON": [
29       "~> 3.0.0"
30     ],
31     "Toast-Swift": [
32       "~> 4.0.1"
33     ]
34   }