[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / f / 2 / 7 / CHNetworking / 0.2.1 / CHNetworking.podspec.json
blobd3838809cb974bb45703155b1e569c0ae32225cf
2   "name": "CHNetworking",
3   "version": "0.2.1",
4   "summary": "A Net Framework Base On AFNetworking 3.0.4",
5   "description": "Add SerializerObject depend on JSONModel in version2.0",
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.2.1"
17   },
18   "source_files": "CHNetworking/Classes/*.{h,m}",
19   "dependencies": {
20     "AFNetworking": [
21       "~> 3.0.4"
22     ],
23     "JSONModel": [
25     ]
26   }