blob: bc4b0324695c82a4ede513f2e28f4dbd34b1c4ae [file] [log] [blame]
{
"name": "SVAlert",
"version": "0.4",
"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.4"
},
"platforms": {
"ios": "8.3"
},
"source_files": "SVAlert/Classes/**/*",
"resource_bundles": {
"SVAlert": [
"SVAlert/Classes/**/*.xib"
]
},
"dependencies": {
"pop": [
]
},
"pushed_with_swift_version": "3.0"
}