blob: e0e01ed4be471a96584b44368726eda299d7f109 [file] [log] [blame]
{
"name": "DDLogger",
"version": "1.0.3",
"summary": "Simple, pretty and powerful logger for iOS with piker log 、log viewer",
"homepage": "https://github.com/393385724/DDLogger",
"license": "MIT",
"authors": {
"llg": "393385724@qq.com"
},
"source": {
"git": "https://github.com/393385724/DDLogger.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"ios": {
"source_files": "DDLogger/*.{h,m}",
"resources": [
"DDLogger/*.png",
"DDLogger/*.xib"
]
},
"public_header_files": "DDLogger/DDLogger.h",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"dependencies": {
"ICTextView": [
"~> 2.0.1"
]
}
}