[Add] flappyim 3.12.8
[CocoaPods.git] / Specs / b / 9 / 6 / ZWToolKit / 0.1.7 / ZWToolKit.podspec.json
blob700991605ee0520f5dd56a5df1a65e18c26ad054
2   "name": "ZWToolKit",
3   "version": "0.1.7",
4   "summary": "常用工具集合库",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/sunnyzw/ZWToolKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sunny": "sunny_szw@163.com"
13   },
14   "source": {
15     "git": "https://github.com/sunnyzw/ZWToolKit.git",
16     "tag": "0.1.7"
17   },
18   "source_files": "ZWToolKit/Classes/**/*",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "pod_target_xcconfig": {
23     "VALID_ARCHS": "x86_64 armv7 arm64"
24   },
25   "subspecs": [
26     {
27       "name": "ZWProgressHUD",
28       "source_files": "ZWToolKit/Classes/ZWProgressHUD/**/*",
29       "resource_bundles": {
30         "ZWToolKit": [
31           "ZWToolKit/Assets/ZWProgressHUD.xcassets"
32         ]
33       },
34       "dependencies": {
35         "MBProgressHUD": [
37         ]
38       }
39     },
40     {
41       "name": "ZWLinkView",
42       "source_files": [
43         "ZWToolKit/Classes/ZWCommon/**/*",
44         "ZWToolKit/Classes/Extensions/NSString/**/*",
45         "ZWToolKit/Classes/ZWLinkView/**/*"
46       ]
47     },
48     {
49       "name": "ZWImageView",
50       "source_files": "ZWToolKit/Classes/ZWImageView/**/*",
51       "dependencies": {
52         "SDWebImage": [
53           "~> 5.0"
54         ],
55         "SDWebImageFLPlugin": [
56           "~> 0.6.0"
57         ]
58       }
59     },
60     {
61       "name": "ZWTableView",
62       "source_files": [
63         "ZWToolKit/Classes/ZWCommon/**/*",
64         "ZWToolKit/Classes/Extensions/UIColor/**/*",
65         "ZWToolKit/Classes/ZWTableView/**/*"
66       ]
67     },
68     {
69       "name": "ZWCollectionView",
70       "source_files": [
71         "ZWToolKit/Classes/ZWCommon/**/*",
72         "ZWToolKit/Classes/Extensions/UIColor/**/*",
73         "ZWToolKit/Classes/ZWCollectionView/**/*"
74       ]
75     }
76   ]