[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 5 / a / e / HYAlertController / 0.1.2 / HYAlertController.podspec.json
blob80ca39105f992c5c21f8cd6a0f3260de00746645
2   "name": "HYAlertController",
3   "version": "0.1.2",
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": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/castial/HYAlertController.git",
18     "tag": "0.1.2"
19   },
20   "source_files": "HYAlertController/*.swift",
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "dependencies": {
24     "SnapKit": [
25       "~> 3.0.2"
26     ]
27   }