blob: 652dcd8424f2f3a06bd14a018a1d9289b000a27f [file] [log] [blame]
{
"name": "CuteLog",
"version": "0.0.6",
"summary": "一个由Swift编写而成的自定义日志系统",
"homepage": "https://github.com/originalix/CuteLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leon": "xiao.liunit@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/originalix/CuteLogger.git",
"tag": "0.0.6"
},
"source_files": [
"resource",
"CuteLogger/resource/*.{h,m,swift}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"SSZipArchive": [
"~> 1.8.1"
]
},
"pushed_with_swift_version": "3.0"
}