[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 8 / 2 / 1 / ACNetworking / 1.0.2 / ACNetworking.podspec.json
blob1c8750bbce49deb9b1f80b88ccfc16fa9af440b7
2   "name": "ACNetworking",
3   "version": "1.0.2",
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.2"
19   },
20   "source_files": "ACNetworking/*.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.0.0"
25     ]
26   }