[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 5 / 1 / WPAppKit / 0.2.1 / WPAppKit.podspec.json
blob33e9bff980226508dfc1683a832bb607209ba0d3
2   "name": "WPAppKit",
3   "version": "0.2.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.2.1"
17   },
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "static_framework": true,
23   "dependencies": {
24     "SnapKit": [
25       "~> 4.0.0"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Cocoa",
31       "subspecs": [
32         {
33           "name": "Foundation",
34           "source_files": "WPAppKit/Classes/Cocoa/Foundation/*.swift"
35         },
36         {
37           "name": "UIKit",
38           "source_files": "WPAppKit/Classes/Cocoa/UIKit/*.swift"
39         }
40       ]
41     },
42     {
43       "name": "Tool",
44       "source_files": "WPAppKit/Classes/Tool/*.swift",
45       "frameworks": [
46         "UIKit",
47         "Foundation"
48       ]
49     },
50     {
51       "name": "WPEmptyView",
52       "source_files": "WPAppKit/Classes/WPEmptyView/*.swift"
53     },
54     {
55       "name": "WPWebView",
56       "source_files": "WPAppKit/Classes/WPWebView/*.{swift,html}"
57     },
58     {
59       "name": "CTMediator",
60       "source_files": "WPAppKit/Classes/CTMediator/*.{h,m}"
61     },
62     {
63       "name": "ThirdKit",
64       "subspecs": [
65         {
66           "name": "MJRefresh",
67           "source_files": "WPAppKit/Classes/ThirdKit/MJRefresh/*.swift",
68           "dependencies": {
69             "MJRefresh": [
71             ]
72           }
73         },
74         {
75           "name": "Kingfisher",
76           "source_files": "WPAppKit/Classes/ThirdKit/Kingfisher/*.swift",
77           "dependencies": {
78             "Kingfisher": [
79               "~> 4.6.0"
80             ]
81           }
82         },
83         {
84           "name": "MBProgressHUD",
85           "source_files": "WPAppKit/Classes/ThirdKit/MBProgressHUD/*.{swift,h,m}"
86         }
87       ]
88     }
89   ]