[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 0 / 9 / 7 / XWCocoa / 0.1.3 / XWCocoa.podspec.json
blob26f3fc23d9f3f8e197e90c8a3c8732b15a77c625
2   "name": "XWCocoa",
3   "version": "0.1.3",
4   "summary": "一个简单的Kit框架。",
5   "description": "收集了 在开发中常用的工具类,在这里做统一管理 让以后的使用更加方便。",
6   "homepage": "https://gitee.com/wangzhenzy/XWCocoa",
7   "license": "MIT",
8   "authors": {
9     "wangzhen": "wangzhenzy@outlook.com"
10   },
11   "source": {
12     "git": "https://gitee.com/wangzhenzy/XWCocoa.git",
13     "tag": "0.1.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Category",
22       "source_files": "XWCocoa/Classes/Categories/**/*.{h,m}",
23       "public_header_files": "XWCocoa/Classes/Categories/**/*.h",
24       "frameworks": "UIKit"
25     },
26     {
27       "name": "Views",
28       "source_files": "XWCocoa/Classes/Views/**/*.{h,m}",
29       "public_header_files": "XWCocoa/Classes/Views/**/*.h",
30       "frameworks": "UIKit",
31       "dependencies": {
32         "XWCocoa/Category": [
34         ],
35         "Masonry": [
37         ],
38         "QMUIKit": [
40         ]
41       }
42     },
43     {
44       "name": "Manager",
45       "source_files": "XWCocoa/Classes/Manager/**/*.{h,m}",
46       "public_header_files": "XWCocoa/Classes/Manager/**/*.h",
47       "frameworks": "StoreKit",
48       "dependencies": {
49         "JLRoutes": [
51         ],
52         "FMDB": [
54         ],
55         "Masonry": [
57         ],
58         "YYDispatchQueuePool": [
60         ]
61       }
62     },
63     {
64       "name": "Utility",
65       "source_files": "XWCocoa/Classes/Utility/**/*.{h,m}",
66       "public_header_files": "XWCocoa/Classes/Utility/**/*.h",
67       "frameworks": "UIKit",
68       "dependencies": {
69         "IGListKit": [
71         ],
72         "RealReachability": [
74         ]
75       }
76     },
77     {
78       "name": "QMUICommon",
79       "source_files": "XWCocoa/Classes/QMUICommon/**/*.{h,m}",
80       "public_header_files": "XWCocoa/Classes/QMUICommon/**/*.h",
81       "frameworks": "UIKit",
82       "dependencies": {
83         "QMUIKit": [
85         ]
86       }
87     },
88     {
89       "name": "XWNetWork",
90       "source_files": "XWCocoa/Classes/XWNetWork/**/*.{h,m}",
91       "public_header_files": "XWCocoa/Classes/XWNetWork/**/*.h",
92       "frameworks": "UIKit",
93       "dependencies": {
94         "YTKNetwork": [
96         ],
97         "SVProgressHUD": [
99         ]
100       }
101     },
102     {
103       "name": "XWHttp",
104       "source_files": "XWCocoa/Classes/XWHttp/**/*.{h,m}",
105       "public_header_files": "XWCocoa/Classes/XWHttp/**/*.h",
106       "frameworks": "UIKit",
107       "subspecs": [
108         {
109           "name": "Lib",
110           "dependencies": {
111             "AFNetworking": [
113             ]
114           },
115           "source_files": "XWCocoa/Classes/XWHttp/Lib/**/*.{h,m}",
116           "public_header_files": "XWCocoa/Classes/XWHttp/Lib/**/*.h"
117         },
118         {
119           "name": "Core",
120           "dependencies": {
121             "XWCocoa/XWHttp/Lib": [
123             ]
124           },
125           "source_files": "XWCocoa/Classes/XWHttp/Core/**/*.{h,m}",
126           "public_header_files": "XWCocoa/Classes/XWHttp/Core/**/*.h"
127         }
128       ]
129     }
130   ]