blob: d6f6a99128cffbd4b5d12c6fe5a8682af6e8cdd1 [file] [log] [blame]
{
"name": "MNCLogging",
"version": "1.0.0",
"summary": "Simple Objective-C logging",
"homepage": "https://github.com/myell0w",
"license": {
"type": "MIT",
"file": "MIT-LICENSE.txt"
},
"authors": {
"Matthias Tretter": "m.yellow@gmx.at"
},
"source": {
"git": "https://github.com/myell0w/MNCLogging.git",
"tag": "1.0.0"
},
"source_files": "*.{h,m}",
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"requires_arc": true
}