blob: f211605c798ebf01f0843c381feae8b16262f005 [file] [log] [blame]
{
"name": "HYAlertController",
"version": "0.1.1",
"summary": "A simple and practical AlertController.",
"description": "It's a simple and practical AlertController.",
"homepage": "https://github.com/castial/HYAlertController",
"license": {
"type": "MIT"
},
"authors": {
"Hyyy": "liyangliyang001@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/castial/HYAlertController.git",
"tag": "0.1.1"
},
"source_files": "HYAlertController/*.swift",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"SnapKit": [
"~> 3.0.2"
]
}
}