blob: 18f9ffe3639d9b76a6c811f5d2185ed647376ad5 [file] [log] [blame]
{
"name": "TWMessageBarManager",
"version": "1.7.2",
"summary": "An iOS manager for presenting system-wide notifications via a dropdown message bar.",
"homepage": "https://github.com/terryworona/TWMessageBarManager",
"screenshots": "https://raw.github.com/terryworona/TWMessageBarManager/master/Screenshots/main.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Terry Worona": "terryworona@gmail.com"
},
"source": {
"git": "https://github.com/terryworona/TWMessageBarManager.git",
"tag": "v1.7.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"resources": [
"Classes/Icons/*.png"
],
"requires_arc": true
}