blob: 16c17403c9e48edffac8e00714447a72289eb0d9 [file] [log] [blame]
{
"name": "ConsoleBanner",
"version": "0.1.0",
"summary": "A small library to print a debug banner in your Xcode console",
"homepage": "https://github.com/brianmichel/ConsoleBanner",
"license": "MIT",
"authors": {
"Brian Michel": "brian.michel@gmail.com"
},
"source": {
"git": "https://github.com/brianmichel/ConsoleBanner.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ConsoleBanner": [
"Pod/Assets/*.png"
]
}
}