[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 3 / f / ZVProgressHUD / 2.2.0 / ZVProgressHUD.podspec.json
blobfbb5713c57609b0b95e374dc4d22b43f22866763
2   "name": "ZVProgressHUD",
3   "version": "2.2.0",
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.2.0"
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   }