[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 9 / 5 / 1 / RgProgressHUD / 0.0.5 / RgProgressHUD.podspec.json
blob3ea19880492ccc28ca71574536f5d3536a059c1b
2   "name": "RgProgressHUD",
3   "version": "0.0.5",
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.5"
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.2.0"
28     ]
29   }