blob: 184ca2dd832e318b58004b57f1a814465be1b6e6 [file] [log] [blame]
{
"name": "MessageBarManager",
"version": "1.0.0",
"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.0.0"
},
"platforms": {
"ios": "6.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"resources": [
"Classes/Icons/*.png"
],
"requires_arc": true
}