[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / 6 / e / ACNetworkingSwift / 0.0.3 / ACNetworkingSwift.podspec.json
blob60c496f6996bbc6d7c5c02bc831521f62e5ef292
2   "name": "ACNetworkingSwift",
3   "version": "0.0.3",
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.3"
19   },
20   "source_files": "ACNetworking/*.swift",
21   "requires_arc": true,
22   "swift_version": "4.0",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.0"
26     ]
27   }