[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / c / d / WZKLibrary / 1.0 / WZKLibrary.podspec.json
blobdc098b07e0fb90fde9fc231bf6547768eb79faf8
2   "name": "WZKLibrary",
3   "version": "1.0",
4   "summary": "WZKLibrary是一款iOS开发常用工具.",
5   "description": "WZKLibrary是一款iOS开发常用工具,以组建方式存在,目前版本逐渐完善。\n\t\t\tWZKLibrary是公共组建,从而提高工作效率。",
6   "homepage": "https://github.com/wzkpony/WZKLibrary",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "Pony": "1477867638@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/wzkpony/WZKLibrary.git",
19     "tag": "1.0"
20   },
21   "resources": [
22     "WZKLibrary/WZKLibrary/MBProgressHUD+LL/*.bundle",
23     "WZKLibrary/WZKLibrary/Categories/NumberCalculate/resource/*png"
24   ],
25   "static_framework": true,
26   "dependencies": {
27     "JKCategories": [
29     ],
30     "MBProgressHUD": [
32     ],
33     "LEEAlert": [
34       "1.2.1"
35     ],
36     "SAMKeychain": [
38     ],
39     "Masonry": [
41     ],
42     "WMPageController": [
43       "2.3.0"
44     ],
45     "WebViewJavascriptBridge": [
46       "~> 6.0"
47     ]
48   },
49   "subspecs": [
50     {
51       "name": "HUD",
52       "source_files": "WZKLibrary/WZKLibrary/MBProgressHUD+LL/*.{h,m}"
53     },
54     {
55       "name": "BaseUI",
56       "dependencies": {
57         "WZKLibrary/AppConfig": [
59         ]
60       },
61       "source_files": "WZKLibrary/WZKLibrary/BaseUI/*.{h,m}"
62     },
63     {
64       "name": "AppConfig",
65       "source_files": "WZKLibrary/WZKLibrary/AppConfig/*.{h,m}"
66     },
67     {
68       "name": "Categories",
69       "dependencies": {
70         "WZKLibrary/AppConfig": [
72         ],
73         "WZKLibrary/HUD": [
75         ]
76       },
77       "source_files": [
78         "WZKLibrary/WZKLibrary/Categories/**/*.{h,m}",
79         "WZKLibrary/WZKLibrary/Categories/*.{h,m}"
80       ]
81     }
82   ]