[Add] SpetrovOidc 2.9.0-beta2
[CocoaPods.git] / Specs / 0 / b / 7 / XCProgressHUD / 0.0.2 / XCProgressHUD.podspec.json
blob7769ddd0a39d1e7eb88fb3ed57ca71389a15301a
2   "name": "XCProgressHUD",
3   "version": "0.0.2",
4   "summary": "基于JGProgressHUD,封装了几款简单的提示框",
5   "description": "XCProgressHUD,基于JGProgressHUD,封装了几款简单的提示框",
6   "homepage": "https://github.com/fanxiaocong/XCProgressHUD",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fanxiaocong": "1016697223@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/fanxiaocong/XCProgressHUD.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "XCProgressHUD/Classes/**/*",
22   "dependencies": {
23     "JGProgressHUD": [
24       "~> 2.0.2"
25     ]
26   }