[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 5 / 1 / WPAppKit / 0.1.2 / WPAppKit.podspec.json
blobffd897065ffca1441b5777fe25fb3f8a66bc2c41
2   "name": "WPAppKit",
3   "version": "0.1.2",
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.1.2"
17   },
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "subspecs": [
23     {
24       "name": "Cocoa",
25       "source_files": "WPAppKit/Classes/Cocoa/**/*.swift",
26       "frameworks": [
27         "UIKit",
28         "Foundation"
29       ]
30     },
31     {
32       "name": "Tool",
33       "source_files": "WPAppKit/Classes/Tool/*.swift",
34       "frameworks": [
35         "UIKit",
36         "Foundation"
37       ]
38     },
39     {
40       "name": "ThirdKit",
41       "subspecs": [
42         {
43           "name": "Kingfisher",
44           "source_files": "WPAppKit/Classes/ThirdKit/Kingfisher/*.swift",
45           "dependencies": {
46             "Kingfisher": [
48             ]
49           }
50         },
51         {
52           "name": "ZHRefresh",
53           "source_files": "WPAppKit/Classes/ThirdKit/MBProgressHUD/*.{swift,h,m}"
54         }
55       ]
56     }
57   ]