blob: b23ecfabd0209588fc790ee7c3f8e6a2c77e1567 [file] [log] [blame]
{
"name": "UltimateLog",
"version": "0.0.7",
"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.7"
},
"source_files": "UltimateLog/**/*.{h,m,mm,swift}",
"public_header_files": [
"UltimateLog/UltimateLog.h",
"UltimateLog/UltimateLog-Swift.h",
"UltimateLog/XLog/MarsWapper.h"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"frameworks": [
"SystemConfiguration",
"Foundation",
"CoreTelephony",
"Security"
],
"libraries": [
"resolv",
"z",
"c++",
"Mars"
],
"preserve_paths": "libMars.a",
"vendored_libraries": "libMars.a",
"requires_arc": true
}