blob: 02f19da6a03765521de8c9e494952190baf907b5 [file] [log] [blame]
{
"name": "PopupAlertController",
"version": "1.0.0",
"summary": "A popup alert view controller for iOS.",
"homepage": "https://github.com/Bushtit/PopupAlertController",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Bushtit Lab": "admin@meniny.cn"
},
"source": {
"git": "https://github.com/Bushtit/PopupAlertController.git",
"tag": "1.0.0"
},
"social_media_url": "https://github.com/Bushtit/PopupAlertController",
"swift_version": "4.1",
"platforms": {
"ios": "9.0"
},
"source_files": "PopupAlertController/Classes/**/*",
"dependencies": {
"DynamicBlurView": [
"~> 2.0"
]
}
}