blob: 9f854317f73f1c38b32e8ed11185513454da4f99 [file] [log] [blame]
{
"name": "SVAlert",
"version": "0.6",
"summary": "An Alert View replacement built with Swift",
"description": "UIAlertView replacement with custom show/hide animations",
"homepage": "https://github.com/svlaev/SVAlert",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stanislav Vlaev": "stanislav.vlaev@gmail.com"
},
"source": {
"git": "https://github.com/svlaev/SVAlert.git",
"tag": "0.6"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SVAlert/Classes/**/*",
"resource_bundles": {
"SVAlert": [
"SVAlert/Classes/**/*.xib"
]
},
"dependencies": {
"pop": [
]
},
"swift_version": "4.1"
}