blob: 45a48528026e75bd2d7dec13a5f413ccefed2d55 [file] [log] [blame]
{
"name": "UltimateLog",
"version": "0.0.12",
"summary": "A pretty Log Util for iOS.",
"swift_versions": "5.0",
"description": "A pretty Log Util for iOS. Using Tencent Mars Xlog for the Unit of Log.",
"homepage": "https://github.com/parkerjj/UltimateLog",
"license": "Apache License 2.0",
"authors": {
"Parker.Liu": "parkerlpg@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/parkerjj/UltimateLog.git",
"tag": "0.0.12"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"vendored_frameworks": "Framework/UltimateLog.framework",
"frameworks": [
"SystemConfiguration",
"Foundation",
"CoreTelephony",
"Security"
],
"libraries": [
"resolv",
"z",
"c++"
],
"requires_arc": true
}