[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 2 / 1 / ACNetworking / 1.0.0 / ACNetworking.podspec.json
blobb9f49d7b63cc0a1c4bc6eb55f8fddb27ecfe4ac0
2   "name": "ACNetworking",
3   "version": "1.0.0",
4   "platforms": {
5     "ios": "9.0"
6   },
7   "summary": "A networking tool with memory and disk cache",
8   "homepage": "https://github.com/iAllenC/ACNetworking.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/ACNetworking.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "ACNetworking/*.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.2.1"
25     ]
26   }