blob: 088b71c7299adb721ad082999eea5db4aec74d46 [file] [log] [blame]
{
"name": "VMAlertView",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "9.0"
},
"public_header_files": "VMAlertView/Classes/*.h",
"source_files": "VMAlertView/Classes/*.{h,m}",
"prefix_header_contents": "#import \"VMAlertView.h\""
}