[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 9 / 7 / XWCocoa / 0.0.1 / XWCocoa.podspec.json
blob48c25974f1c05e654149ba1b8937517dc7b9c5f2
2   "name": "XWCocoa",
3   "version": "0.0.1",
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.0.1"
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         "Masonry": [
34         ]
35       }
36     }
37   ]