[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 6 / b / f / UCNetworking / 1.0 / UCNetworking.podspec.json
blob4f9b3bcf7eebf4ba8e4866a8c6de8b989f38a013
2   "name": "UCNetworking",
3   "version": "1.0",
4   "summary": "一个去model化的AFNetworking的封装",
5   "homepage": "https://github.com/RPGLiker/UCNetworking",
6   "license": "MIT",
7   "authors": {
8     "RPGLiker": "fanyang_32012@outlook.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/RPGLiker/UCNetworking.git",
15     "tag": "1.0"
16   },
17   "source_files": "UCNetworking/UCNetworking/**/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "AFNetworking": [
22     ],
23     "YYCache": [
25     ]
26   }