blob: 0fe7dbbf22328c0621ed2b3feade09405cc89b0f [file] [log] [blame]
{
"name": "EHPlainAlert",
"version": "0.2.0",
"summary": "Simple plain-style system-wide notifications",
"description": "This is simple extension for presenting multiple plain-style system-wide notifications(alerts) 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": "0.2.0"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": "EHPlainAlert/*",
"public_header_files": "EHPlainAlert/*.h",
"resource_bundles": {
"EHPlainAlert": [
"EHPlainAlert/icons/*.png"
]
}
}