blob: ccfd9e1e8a0ca920ce027581b00bebe99038e3fb [file] [log] [blame]
{
"name": "VMAlertView",
"version": "0.3.2",
"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.3.2"
},
"platforms": {
"ios": "9.0"
},
"public_header_files": "VMAlertView/Classes/*.h",
"source_files": "VMAlertView/Classes/*.{h,m}",
"prefix_header_contents": "#import \"VMAlertView.h\"",
"xcconfig": {
"USER_HEADER_SEARCH_PATHS": "\"${PROJECT_DIR}/..\"/**"
}
}