[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 1 / 2 / XWHUDManager / 0.2.1 / XWHUDManager.podspec.json
blobe0d97dca7b02277ce0674afad7647902ad5f01a6
2   "name": "XWHUDManager",
3   "version": "0.2.1",
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.1"
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   }