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