[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 9 / b / CSSNetworking / 0.0.7 / CSSNetworking.podspec.json
blob296194c944cc36fe285b938968810d38d7acaeea
2   "name": "CSSNetworking",
3   "version": "0.0.7",
4   "summary": "一个灵活的网络框架(基于AFNetworking)。",
5   "license": {
6     "type": "MIT License",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "Joslyn": "cs_joslyn@foxmail.com"
11   },
12   "homepage": "https://github.com/JoslynWu/CSSNetworking",
13   "social_media_url": "http://www.jianshu.com/u/fb676e32e2e9",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/JoslynWu/CSSNetworking.git",
19     "tag": "0.0.7"
20   },
21   "requires_arc": true,
22   "public_header_files": "CSSNetworking/CSSNetworking.h",
23   "source_files": "CSSNetworking/CSSNetworking.h",
24   "subspecs": [
25     {
26       "name": "Core",
27       "dependencies": {
28         "AFNetworking": [
29           "~> 3.1.0"
30         ],
31         "CSSModel": [
32           "~> 0.0.5"
33         ],
34         "CSSPrettyPrinted": [
35           "~> 0.1.2"
36         ]
37       },
38       "public_header_files": "CSSNetworking/Core/*.{h}",
39       "source_files": "CSSNetworking/Core/*.{h,m}"
40     },
41     {
42       "name": "ViewModel",
43       "dependencies": {
44         "CSSOperation": [
45           "~> 0.0.3"
46         ],
47         "CSSNetworking/Core": [
49         ]
50       },
51       "public_header_files": "CSSNetworking/ViewModel/*.{h}",
52       "source_files": "CSSNetworking/ViewModel/*.{h,m}"
53     }
54   ]