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