[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / 6 / WBHUDManager / 1.0.0 / WBHUDManager.podspec.json
blob16d4aabd3de1eddafb00e8120b1ddda78e4a714b
2   "name": "WBHUDManager",
3   "version": "1.0.0",
4   "summary": "iOS 基于SVProgressHUD、MBProgressHUD提示框封装",
5   "homepage": "https://github.com/wenmobo/WBHUDManager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "wenmobo": "wenmobo2018@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/wenmobo/WBHUDManager.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "WBHUDManager/WBHUDManager.h",
22   "frameworks": "UIKit",
23   "subspecs": [
24     {
25       "name": "SVProgressHUDWBAddtional",
26       "source_files": "WBHUDManager/SVProgressHUDWBAddtional/*.{h,m}",
27       "dependencies": {
28         "SVProgressHUD": [
30         ]
31       }
32     },
33     {
34       "name": "MBProgressHUDWBAddtional",
35       "source_files": "WBHUDManager/MBProgressHUDWBAddtional/*.{h,m}",
36       "resources": "WBHUDManager/MBProgressHUDWBAddtional/MBProgressHUD.bundle",
37       "dependencies": {
38         "MBProgressHUD": [
40         ]
41       }
42     }
43   ]