blob: e5ad3d13eb2740880d79cd0f9a48c272771921dc [file] [log] [blame]
{
"name": "DDLogger",
"version": "1.3.0",
"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.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"DDLogger/*.{h,m,mm}",
"DDLogger/Mars/*.{h,cc}"
],
"public_header_files": "DDLogger/DDLogger.h",
"ios": {
"vendored_frameworks": "DDLogger/Mars/*.framework",
"resources": [
"DDLogger/*.png",
"DDLogger/*.xib"
]
},
"frameworks": [
"CoreTelephony",
"SystemConfiguration",
"Foundation",
"CoreGraphics",
"UIKit"
],
"libraries": "z",
"user_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"dependencies": {
"ICTextView": [
"~> 2.0.1"
]
}
}