blob: b0dfad3e928986966c7a6bcd8a8413dddf606cf5 [file] [log] [blame]
{
"name": "VMAlertView",
"version": "0.3.5",
"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.5"
},
"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}/..\"/**"
}
}