[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / f / e / 2 / LCHUD / 2.0.0 / LCHUD.podspec.json
blob48b3870f79de61dea6cd5d858fa5e02189770827
2   "name": "LCHUD",
3   "version": "2.0.0",
4   "summary": "LCHUD是一个基于MBProgressHUD的扩展框架",
5   "description": "LCHUD是一个基于MBProgressHUD的扩展框架, 内部用到了运行时技术.",
6   "homepage": "https://github.com/Little-Captain/LCHUD",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Little-Captain": "littlecaptain@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Little-Captain/LCHUD.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LCHUD/Classes/**/*",
22   "dependencies": {
23     "MBProgressHUD": [
24       "~> 0.9"
25     ]
26   }