blob: b65d756c87a643a94a4c1bae1dc6f4a9f1e1fc6f [file] [log] [blame]
{
"name": "SVAlert",
"version": "0.1.2",
"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.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SVAlert/Classes/**/*",
"resource_bundles": {
"SVAlert": [
"SVAlert/Classes/**/*.xib"
]
},
"dependencies": {
"pop": [
]
}
}