[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 1 / 2 / XWHUDManager / 0.2.2 / XWHUDManager.podspec.json
blob4b887a68237ef86917e30729783d2ebf31a93790
2   "name": "XWHUDManager",
3   "version": "0.2.2",
4   "summary": "MBProgressHUD 封装.",
5   "description": "MBProgressHUD 封装, 支持自定义, 相当好用",
6   "homepage": "https://github.com/qxuewei/XWHUDManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "qxuewei": "qiuxuewei@peiwo.cn"
13   },
14   "source": {
15     "git": "https://github.com/qxuewei/XWHUDManager.git",
16     "tag": "0.2.2"
17   },
18   "social_media_url": "http://www.qiuxuewei.com",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "XWHUDManager/Classes/**/*",
23   "resource_bundles": {
24     "XWHUDManager": [
25       "XWHUDManager/Assets/*"
26     ]
27   },
28   "frameworks": "UIKit",
29   "dependencies": {
30     "MBProgressHUD": [
31       "~> 1.1.0"
32     ]
33   }