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