[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / 5 / 1 / RgProgressHUD / 0.0.3 / RgProgressHUD.podspec.json
blob81df567629d55ae54fe7d96e6f27a380f5dd865b
2   "name": "RgProgressHUD",
3   "version": "0.0.3",
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/RgProgressHUD.git",
16     "tag": "0.0.3"
17   },
18   "source_files": "RgProgressHUD/*",
19   "public_header_files": "RgProgressHUD/*.h",
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "MBProgressHUD": [
27       "1.1.0"
28     ]
29   }