[Add] flappyim 3.12.8
[CocoaPods.git] / Specs / b / 9 / 6 / ZWToolKit / 0.1.3 / ZWToolKit.podspec.json
blob7dbb754541bde29a973a1f1f084c7979071ecc01
2   "name": "ZWToolKit",
3   "version": "0.1.3",
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.3"
17   },
18   "source_files": "ZWToolKit/Classes/**/*",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "subspecs": [
23     {
24       "name": "ZWProgressHUD",
25       "source_files": "ZWToolKit/Classes/ZWProgressHUD/**/*",
26       "resource_bundles": {
27         "ZWToolKit": [
28           "ZWToolKit/Assets/ZWProgressHUD.xcassets"
29         ]
30       },
31       "dependencies": {
32         "MBProgressHUD": [
34         ]
35       }
36     },
37     {
38       "name": "ZWLinkView",
39       "source_files": [
40         "ZWToolKit/Classes/ZWCommon/**/*",
41         "ZWToolKit/Classes/Extensions/NSString/**/*",
42         "ZWToolKit/Classes/ZWLinkView/**/*"
43       ]
44     },
45     {
46       "name": "ZWImageView",
47       "source_files": "ZWToolKit/Classes/ZWImageView/**/*",
48       "dependencies": {
49         "SDWebImage": [
50           "~> 5.0"
51         ],
52         "SDWebImageFLPlugin": [
53           "~> 0.6.0"
54         ]
55       }
56     }
57   ]