[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / d / c / a / KRProgressHUD / 3.2.2 / KRProgressHUD.podspec.json
blob23dad05f52214bf5cc1ba695507a19a71c907890
2   "name": "KRProgressHUD",
3   "version": "3.2.2",
4   "summary": "A beautiful progress HUD for your iOS.",
5   "description": "KRProgressHUD is a beautiful and easy-to-use HUD meant to display the progress on iOS.",
6   "homepage": "https://github.com/krimpedance/KRProgressHUD",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "krimpedance": "krimpedance@gmail.com"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/krimpedance/KRProgressHUD.git",
20     "tag": "3.2.2"
21   },
22   "source_files": "KRProgressHUD/**/*.swift",
23   "dependencies": {
24     "KRActivityIndicatorView": [
25       "2.1.2"
26     ]
27   }