blob: 01ce8f0b282bb1f670ef62a216933a501cdb0370 [file] [log] [blame]
{
"name": "EHPlainAlert",
"version": "1.0",
"summary": "Simple plain-style system-wide notifications",
"description": "This is simple extension for presenting multiple plain-style system-wide alertviews from bottom of device screen.",
"homepage": "https://github.com/josshad/EHPlainAlert/",
"license": "MIT",
"authors": {
"Danila Gusev": "jos.shad@gmail.com"
},
"source": {
"git": "https://github.com/josshad/EHPlainAlert.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": "EHPlainAlert/*",
"public_header_files": "EHPlainAlert/*.h",
"resource_bundles": {
"EHPlainAlert": [
"EHPlainAlert/icons/*.png"
]
}
}