blob: 8ba4dbccf9748d553e7db273411c9bfa73c4160c [file] [log] [blame]
{
"name": "CocoaLogKit",
"version": "0.0.2",
"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.2"
},
"source_files": "LogKit/**/*.{h,m}",
"resources": "LogKit/LogKit.bundle",
"dependencies": {
"CocoaLumberjack": [
">= 3.x"
]
},
"requires_arc": true
}