| { | |
| "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" | |
| ] | |
| } | |
| } |