[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / 3 / d / WSBaseKit / 1.2.6 / WSBaseKit.podspec.json
blob4982fd9b1a68f019e47ce0c08d6c476ab357ae4c
2   "name": "WSBaseKit",
3   "version": "1.2.6",
4   "summary": "一套用于快速开发项目的框架",
5   "description": "WSBaseKit 是一套用于快速开发项目的框架",
6   "homepage": "https://gitee.com/taessica/WSBaseKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "张聪": "971188623@qq.com.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://gitee.com/taessica/WSBaseKit.git",
19     "tag": "1.2.6"
20   },
21   "libraries": [
22     "iconv",
23     "xml2"
24   ],
25   "requires_arc": true,
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
28   },
29   "subspecs": [
30     {
31       "name": "WSCommonTool",
32       "source_files": "WSBasekit/WSBaseKit/WSCommonTool/*.{h,m}",
33       "frameworks": [
34         "Foundation",
35         "UIKit"
36       ],
37       "dependencies": {
38         "MBProgressHUD": [
40         ]
41       }
42     },
43     {
44       "name": "WSBaseViewController",
45       "source_files": "WSBasekit/WSBaseKit/WSBaseViewController/*.{h,m}",
46       "dependencies": {
47         "WSBaseKit/WSCommonTool": [
49         ]
50       },
51       "frameworks": [
52         "Foundation",
53         "UIKit"
54       ]
55     },
56     {
57       "name": "WSBaseNetwork",
58       "source_files": "WSBaseKit/WSBaseKit/WSBaseNetwork/*.{h,m}",
59       "dependencies": {
60         "WSBaseKit/WSCommonTool": [
62         ],
63         "AFNetworking": [
65         ],
66         "YYKit": [
68         ]
69       },
70       "frameworks": [
71         "Foundation",
72         "UIKit",
73         "WebKit"
74       ]
75     },
76     {
77       "name": "WSBaseProtocol",
78       "source_files": "WSBasekit/WSBaseKit/WSBaseProtocol/*.{h,m}",
79       "frameworks": "Foundation"
80     },
81     {
82       "name": "WSBaseView",
83       "source_files": "WSBasekit/WSBaseKit/WSBaseView/*.{h,m}",
84       "dependencies": {
85         "WSBaseKit/WSBaseProtocol": [
87         ],
88         "WSBaseKit/WSCommonTool": [
90         ],
91         "YYKit": [
93         ]
94       },
95       "frameworks": [
96         "Foundation",
97         "UIKit"
98       ]
99     }
100   ]