blob: 93f732b357747cccc2a0f64659b8bc96b48ed068 [file] [log] [blame]
{
"name": "TBVLogger",
"version": "1.0.0",
"summary": "extension of CocoaLumberjack",
"homepage": "https://github.com/tobevoid/TBVLogger",
"documentation_url": "https://github.com/tobevoid/TBVLogger",
"license": {
"type": "MIT"
},
"authors": "tripleCC",
"source": {
"git": "https://github.com/tobevoid/TBVLogger.git",
"tag": "1.0.0"
},
"source_files": "TBVLogger/*.{h,m}",
"platforms": {
"ios": "5.0"
},
"dependencies": {
"CocoaLumberjack": [
"~> 3.0"
]
}
}