[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 3 / f / ZVProgressHUD / 2.0.3 / ZVProgressHUD.podspec.json
blob47f3b0d8ed6579ec808775ca53b5af997eda59c7
2   "name": "ZVProgressHUD",
3   "version": "2.0.3",
4   "summary": "A pure-swift and wieldy HUD",
5   "description": "ZVProgressHUD a pure-swift and wieldy HUD",
6   "homepage": "https://github.com/zevwings/ZVProgressHUD",
7   "license": "MIT",
8   "authors": {
9     "zevwings": "zevwings@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/zevwings/ZVProgressHUD.git",
16     "tag": "2.0.3"
17   },
18   "source_files": [
19     "ZVProgressHUD/**/*.swift",
20     "ZVProgressHUD/ZVProgressHUD.h"
21   ],
22   "resources": "ZVProgressHUD/Resource.bundle",
23   "requires_arc": true,
24   "dependencies": {
25     "ZVActivityIndicatorView": [
27     ]
28   }