[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 5 / 1 / WPAppKit / 0.3.1 / WPAppKit.podspec.json
blob62fde4075a69497911156e863475d368b9f0ffe4
2   "name": "WPAppKit",
3   "version": "0.3.1",
4   "summary": "搭建 Swift 项目常用类库整合",
5   "description": "Cocoa:Foundation,UIKit相关扩展\nTool:常用工具库\nThirdKit:常用第三方库",
6   "homepage": "https://github.com/WHeB/WPAppKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "WHeB": "1193325271@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/WHeB/WPAppKit.git",
16     "tag": "0.3.1"
17   },
18   "swift_versions": "4.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "static_framework": true,
23   "dependencies": {
24     "SnapKit": [
25       "~> 4.0.0"
26     ]
27   },
28   "swift_version": "4.0",
29   "subspecs": [
30     {
31       "name": "Cocoa",
32       "subspecs": [
33         {
34           "name": "Foundation",
35           "source_files": "WPAppKit/Classes/Cocoa/Foundation/*.swift"
36         },
37         {
38           "name": "UIKit",
39           "source_files": "WPAppKit/Classes/Cocoa/UIKit/*.swift"
40         }
41       ]
42     },
43     {
44       "name": "Tool",
45       "source_files": "WPAppKit/Classes/Tool/*.swift",
46       "frameworks": [
47         "UIKit",
48         "Foundation"
49       ]
50     },
51     {
52       "name": "WPEmptyView",
53       "source_files": "WPAppKit/Classes/WPEmptyView/*.swift"
54     },
55     {
56       "name": "WPPopupView",
57       "source_files": "WPAppKit/Classes/WPPopupView/*.swift"
58     },
59     {
60       "name": "WPWebView",
61       "source_files": "WPAppKit/Classes/WPWebView/*.{swift,html}"
62     },
63     {
64       "name": "CTMediator",
65       "source_files": "WPAppKit/Classes/CTMediator/*.{h,m}"
66     },
67     {
68       "name": "ThirdKit",
69       "subspecs": [
70         {
71           "name": "MJRefresh",
72           "source_files": "WPAppKit/Classes/ThirdKit/MJRefresh/*.swift",
73           "dependencies": {
74             "MJRefresh": [
76             ]
77           }
78         },
79         {
80           "name": "Kingfisher",
81           "source_files": "WPAppKit/Classes/ThirdKit/Kingfisher/*.swift",
82           "dependencies": {
83             "Kingfisher": [
84               "~> 4.6.0"
85             ]
86           }
87         },
88         {
89           "name": "MBProgressHUD",
90           "source_files": "WPAppKit/Classes/ThirdKit/MBProgressHUD/*.{swift,h,m}"
91         }
92       ]
93     }
94   ]