blob: b4acc332704b43240d693d0926fd4a5a6fc535b7 [file] [log] [blame]
{
"name": "RMLogger",
"version": "0.1",
"summary": "Logs output to the console like NSLog but has some extra features like colors.",
"description": "RMLogger lets you easily create console log messages with signal colors! It also provides a simple way to log errors.",
"homepage": "https://github.com/packatino/RMLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Robert Mißbach",
"social_media_url": "https://twitter.com/packatino",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/packatino/RMLogger.git",
"tag": "0.1"
},
"source_files": [
"RMLogger/RMLogger",
"RMLogger/RMLogger/**/*.{h,m}"
]
}