blob: a6f555251863c7214aeb89daa7ae54d15cc7eaae [file] [log] [blame]
{
"name": "VMAlertView",
"version": "0.1.1",
"summary": "A simple UIAlertView wrapper for which helps to update large projects for iOS > 9 deployment target.",
"description": "A simple UIAlertView wrapper for which helps to update large projects for iOS > 9 deployment target.\nWas created for quick refactoring purposes only. Please use UIAlertController instead when possible and not time consuming.",
"homepage": "https://gitlab.com/vilmate.admin/VMAlertView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rost": "rost.roginevich@vilmate.com"
},
"source": {
"git": "https://gitlab.com/vilmate.admin/VMAlertView.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "VMAlertView/Classes/**/*"
}