[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / a / e / HYAlertController / 0.1.1 / HYAlertController.podspec.json
blobf211605c798ebf01f0843c381feae8b16262f005
2   "name": "HYAlertController",
3   "version": "0.1.1",
4   "summary": "A simple and practical AlertController.",
5   "description": "It's a simple and practical AlertController.",
6   "homepage": "https://github.com/castial/HYAlertController",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Hyyy": "liyangliyang001@gmail.com"
12   },
13   "platforms": {
14     "ios": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/castial/HYAlertController.git",
18     "tag": "0.1.1"
19   },
20   "source_files": "HYAlertController/*.swift",
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "dependencies": {
24     "SnapKit": [
25       "~> 3.0.2"
26     ]
27   }