[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / 3 / d / WSBaseKit / 1.3.0 / WSBaseKit.podspec.json
blobcf33e72500f26af34fa426e2a29539f822e21fe0
2   "name": "WSBaseKit",
3   "version": "1.3.0",
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.3.0"
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         "WSBaseKit/WSBaseProtocol": [
53         ],
54         "WSBaseKit/WSBaseView": [
56         ]
57       },
58       "frameworks": [
59         "Foundation",
60         "UIKit",
61         "QuartzCore",
62         "WebKit"
63       ]
64     },
65     {
66       "name": "WSBaseNetwork",
67       "source_files": "WSBaseKit/WSBaseKit/WSBaseNetwork/*.{h,m}",
68       "dependencies": {
69         "WSBaseKit/WSCommonTool": [
71         ],
72         "AFNetworking": [
74         ],
75         "YYKit": [
77         ]
78       },
79       "frameworks": [
80         "Foundation",
81         "UIKit",
82         "WebKit"
83       ]
84     },
85     {
86       "name": "WSBaseProtocol",
87       "source_files": "WSBasekit/WSBaseKit/WSBaseProtocol/*.{h,m}",
88       "frameworks": "Foundation"
89     },
90     {
91       "name": "WSBaseView",
92       "source_files": "WSBasekit/WSBaseKit/WSBaseView/*.{h,m,xib}",
93       "dependencies": {
94         "WSBaseKit/WSBaseProtocol": [
96         ],
97         "WSBaseKit/WSCommonTool": [
99         ],
100         "YYKit": [
102         ],
103         "MJRefresh": [
104           "~> 3.1.12"
105         ]
106       },
107       "frameworks": [
108         "Foundation",
109         "UIKit"
110       ]
111     }
112   ]