[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 3 / d / WSBaseKit / 1.2.9 / WSBaseKit.podspec.json
blobe619c64bc74c34491e00cc5ae2a895bbde044f4d
2   "name": "WSBaseKit",
3   "version": "1.2.9",
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.9"
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/*",
33       "resources": "WSBaseKit/WSBaseKit/WSCommonTool/WSBaseKit.bundle",
34       "frameworks": [
35         "Foundation",
36         "UIKit"
37       ],
38       "dependencies": {
39         "MBProgressHUD": [
41         ]
42       }
43     },
44     {
45       "name": "WSBaseViewController",
46       "source_files": "WSBasekit/WSBaseKit/WSBaseViewController/*.{h,m}",
47       "dependencies": {
48         "WSBaseKit/WSCommonTool": [
50         ]
51       },
52       "frameworks": [
53         "Foundation",
54         "UIKit"
55       ]
56     },
57     {
58       "name": "WSBaseNetwork",
59       "source_files": "WSBaseKit/WSBaseKit/WSBaseNetwork/*.{h,m}",
60       "dependencies": {
61         "WSBaseKit/WSCommonTool": [
63         ],
64         "AFNetworking": [
66         ],
67         "YYKit": [
69         ]
70       },
71       "frameworks": [
72         "Foundation",
73         "UIKit",
74         "WebKit"
75       ]
76     },
77     {
78       "name": "WSBaseProtocol",
79       "source_files": "WSBasekit/WSBaseKit/WSBaseProtocol/*.{h,m}",
80       "frameworks": "Foundation"
81     },
82     {
83       "name": "WSBaseView",
84       "source_files": "WSBasekit/WSBaseKit/WSBaseView/*.{h,m}",
85       "dependencies": {
86         "WSBaseKit/WSBaseProtocol": [
88         ],
89         "WSBaseKit/WSCommonTool": [
91         ],
92         "YYKit": [
94         ]
95       },
96       "frameworks": [
97         "Foundation",
98         "UIKit"
99       ]
100     }
101   ]