[Add] PlanktonGameServicesSDK 5.2.1
[CocoaPods.git] / Specs / b / e / 7 / KProgressHUD / 0.1.1 / KProgressHUD.podspec.json
blob28859e0c5ba6282eb17dc6c6f0f76b98bec88844
2   "name": "KProgressHUD",
3   "version": "0.1.1",
4   "summary": "An iOS activity indicator view.",
5   "description": "KProgressHUD is a framework that rewrite the [MBProgressHUD](https://github.com/jdg/MBProgressHUD) in Swift.",
6   "homepage": "https://github.com/growup-together/KProgressHUD",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Kid17 iOS Team",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "swift_version": "5.0",
16   "source": {
17     "git": "https://github.com/growup-together/KProgressHUD.git",
18     "tag": "0.1.1"
19   },
20   "frameworks": [
21     "QuartzCore",
22     "CoreGraphics"
23   ],
24   "source_files": "KProgressHUD/Classes/**/*.swift",
25   "dependencies": {
26     "SnapKit": [
27       "~> 4.2.0"
28     ]
29   }