blob: 78a8c6419f97d79724f2a3efa4861e356e86991f [file] [log] [blame]
{
"name": "UltimateLog",
"version": "0.0.2",
"summary": "A pretty Log Util for iOS.",
"swift_version": "4.2",
"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.2"
},
"source_files": [
"UltimateLog/**/*.{h,m,mm,swift}",
"Framework/mars.framework/Headers/**/*.h"
],
"public_header_files": [
"UltimateLog/**/*.h"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"resources": "Framework/mars.framework",
"vendored_frameworks": "Framework/mars.framework",
"frameworks": [
"mars",
"SystemConfiguration",
"Foundation",
"CoreTelephony",
"Security"
],
"libraries": [
"resolv",
"z",
"c++"
],
"requires_arc": true
}