[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / e / b / ZRProgressHUD / 0.0.1 / ZRProgressHUD.podspec.json
blob51f34676f95c78b54b3c99c8d9f5e9c8b3175e0e
2   "name": "ZRProgressHUD",
3   "version": "0.0.1",
4   "summary": "是用户提示组件,基于MBProgressHUD封装",
5   "description": "用户提示组件,基于MBProgressHUD封装",
6   "homepage": "https://dazhongge.com",
7   "license": "MIT",
8   "authors": {
9     "Rogue": "619455850@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/RogueAndy/ZRProgressHUD.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "ZRProgressHUD/*",
19   "public_header_files": "ZRProgressHUD/*.h",
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "MBProgressHUD": [
27       "1.1.0"
28     ]
29   }