blob: 8364b456139bbf27421978fb866bf44405cd995f [file] [log] [blame]
{
"name": "CVLogger",
"version": "0.2.1",
"summary": "A library to show a log viewer in your app.",
"description": "This library provides a app log viewer for your debug mode app",
"homepage": "https://github.com/ravenx88/CVLogger",
"license": "MIT",
"authors": {
"Cristian Villaseca": "cvillaseca_basco@hotmail.com"
},
"source": {
"git": "https://github.com/ravenx88/CVLogger.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/cristianviba",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CVLogger": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}