blob: b402036bd60878c77989f0d8670273230b773c79 [file] [log] [blame]
{
"name": "MXDialog",
"version": "3.0.0",
"summary": "An Android like alert view",
"description": "The first stable version of MXDialog, an Android like alert view",
"homepage": "https://github.com/Meniny/MXDialog-in-Objective-C",
"license": "MIT",
"authors": "Elias Abel",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Meniny/MXDialog-in-Objective-C.git",
"tag": "3.0.0"
},
"source_files": "MXDialog-OC/*",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"MXBaseAlert": [
]
},
"requires_arc": true
}