[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / 2 / 7 / CHNetworking / 0.4.0 / CHNetworking.podspec.json
blob3576826acd550c189ef32ca2fc6d8b58c7cc5552
2   "name": "CHNetworking",
3   "version": "0.4.0",
4   "summary": "A Net Framework Base On AFNetworking 3.0.4",
5   "description": "增加每个Request中的缓存和解析功能在NetRequest中实现",
6   "homepage": "https://github.com/chausson/CHNetworking.git",
7   "license": "MIT",
8   "authors": {
9     "Chausson": "232564026@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/chausson/CHNetworking.git",
16     "tag": "0.4.0"
17   },
18   "source_files": [
19     "CHNetworking/Classes/*.{h,m}",
20     "CHNetworking/Classes/CHModel/*.{h,m}"
21   ],
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.0.4"
25     ]
26   }