[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 2 / 7 / MKProgressHUD / 1.0.0 / MKProgressHUD.podspec.json
blobcab653cf4615ed9e7ebd4bf517f01c8bbc50b92d
2   "name": "MKProgressHUD",
3   "version": "1.0.0",
4   "summary": "HUD",
5   "homepage": "https://github.com/LiuSky/MKProgressHUD",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "LiuSky": "327847390@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/LiuSky/MKProgressHUD.git",
15     "tag": "1.0.0"
16   },
17   "requires_arc": true,
18   "static_framework": true,
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "default_subspecs": "Source",
24   "subspecs": [
25     {
26       "name": "Source",
27       "source_files": "MKProgressHUD/Classes/*.{h,m}",
28       "resources": "MKProgressHUD/**/*.bundle",
29       "frameworks": "QuartzCore"
30     }
31   ],
32   "swift_version": "5.0"