| { | |
| "name": "CocoaLogKit", | |
| "version": "0.0.1", | |
| "summary": "Log framework based on CocoaLumberjack and ZipArchive", | |
| "homepage": "https://github.com/skooal/LogKit.git", | |
| "license": "MIT", | |
| "authors": { | |
| "BANYAN": "greenbanyan@163.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/skooal/LogKit.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": "LogKit/**/*.{h,m}", | |
| "resources": "LogKit/LogKit.bundle", | |
| "dependencies": { | |
| "CocoaLumberjack": [ | |
| ">= 3.x" | |
| ] | |
| }, | |
| "requires_arc": true | |
| } |