[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 0 / f / ZVHUD / 0.0.2 / ZVHUD.podspec.json
blob7d84288477bc415eb7185036a6b9cea1e160fdde
2   "name": "ZVHUD",
3   "version": "0.0.2",
4   "summary": "对SVProgressHUD的二次封装",
5   "homepage": "https://github.com/xnxy/ZVHUD.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "拿根针尖对麦芒": "1661583063@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/xnxy/ZVHUD.git",
18     "tag": "0.0.2"
19   },
20   "source_files": "ZVHUD/ZVProgressHUD/ZVProgressHUD/*.{h,m}",
21   "public_header_files": "ZVHUD/ZVProgressHUD/ZVProgressHUD/*.h",
22   "dependencies": {
23     "SVProgressHUD": [
24       "~> 2.2.5"
25     ]
26   }