blob: a4c26490d44854ff54657120533ed3f9d07aa146 [file] [log] [blame]
{
"name": "DDLogger",
"version": "0.0.1",
"summary": "Simple, pretty and powerful logger for iOS",
"homepage": "https://github.com/393385724/DDLogger",
"license": "MIT",
"authors": {
"llg": "393385724@qq.com"
},
"source": {
"git": "https://github.com/393385724/DDLogger.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "DDLogger/*.{m,h}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}