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