[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / 6 / e / ACNetworkingSwift / 0.0.1 / ACNetworkingSwift.podspec.json
bloba03405d2f82708e12d1ce469c8c3627b1dbf8639
2   "name": "ACNetworkingSwift",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": "9.0"
6   },
7   "summary": "A networking tool with memory and disk cache in swift",
8   "homepage": "https://github.com/iAllenC/ACNetworkingSwift.git",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "AllenChen": "iallenchen@foxmail.com"
15   },
16   "source": {
17     "git": "https://github.com/iAllenC/ACNetworkingSwift.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "ACNetworking/*.swift",
21   "requires_arc": true,
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.0"
25     ]
26   }