blob: aca65563046ee93634f69f0bd4dd46f522fca384 [file] [log] [blame]
{
"name": "CocoaLogKit",
"version": "0.1.0",
"summary": "Log framework based on CocoaLumberjack and ZipArchive",
"homepage": "https://github.com/skooal/LogKit",
"license": "MIT",
"authors": {
"BANYAN": "greenbanyan@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/skooal/LogKit.git",
"tag": "0.1.0"
},
"source_files": "CocoaLogKit/**/*.{h,m}",
"resources": "CocoaLogKit/LogKit.bundle",
"dependencies": {
"CocoaLumberjack": [
],
"SSZipArchive": [
]
},
"requires_arc": true
}