[Add] OpacityCore 3.22.7
[CocoaPods.git] / Specs / 2 / 3 / d / WSBaseKit / 1.3.1 / WSBaseKit.podspec.json
blob2b091411f695c7456ed33509582dbefe7a8f4660
2   "name": "WSBaseKit",
3   "version": "1.3.1",
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.1"
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}",
93       "resources": "WSBaseKit/WSBaseKit/WSBaseView/*.{xib}",
94       "dependencies": {
95         "WSBaseKit/WSBaseProtocol": [
97         ],
98         "WSBaseKit/WSCommonTool": [
100         ],
101         "YYKit": [
103         ],
104         "MJRefresh": [
105           "~> 3.1.12"
106         ]
107       },
108       "frameworks": [
109         "Foundation",
110         "UIKit"
111       ]
112     }
113   ]