blob: bc7bcbc6edad8a002a04c99566c3479a40e995ac [file] [log] [blame]
{
"name": "NSLogger",
"version": "1.8.2",
"license": "BSD",
"summary": "A modern, flexible logging tool.",
"homepage": "https://github.com/fpillet/NSLogger",
"authors": {
"Florent Pillet": "fpillet@gmail.com"
},
"source": {
"git": "https://github.com/fpillet/NSLogger.git",
"tag": "v1.8.2"
},
"screenshots": "https://github.com/fpillet/NSLogger/raw/master/Screenshots/mainwindow.png",
"description": "NSLogger is a high perfomance logging utility which displays traces emitted by client applications running on Mac OS X or iOS (iPhone OS). It replaces your usual NSLog()-based traces and provides powerful additions like display filtering, image and binary logging, traces buffering, timing information, etc. Download a prebuilt desktop viewer from https://github.com/fpillet/NSLogger/releases",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"requires_arc": false,
"default_subspecs": "Standard",
"subspecs": [
{
"name": "Standard",
"source_files": "Client/iOS/*.{h,m,swift}",
"ios": {
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"UIKit"
]
},
"osx": {
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"CoreServices",
"AppKit"
]
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "${inherited} NSLOGGER_WAS_HERE=1 NSLOGGER_BUILD_USERNAME=\"${USER}\""
},
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS[config=Release]": "$(inherited) -DNSLOGGER_DISABLED"
}
},
{
"name": "NoStrip",
"source_files": "Client/iOS/*.{h,m,swift}",
"ios": {
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"UIKit"
]
},
"osx": {
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"CoreServices",
"AppKit"
]
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "${inherited} NSLOGGER_WAS_HERE=1 NSLOGGER_BUILD_USERNAME=\"${USER}\" NSLOGGER_ALLOW_NOSTRIP=1"
},
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS[config=Release]": "$(inherited) -DNSLOGGER_DISABLED"
}
},
{
"name": "NoSwift",
"source_files": "Client/iOS/*.{h,m}",
"ios": {
"frameworks": [
"CFNetwork",
"SystemConfiguration"
]
},
"osx": {
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"CoreServices"
]
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "${inherited} NSLOGGER_WAS_HERE=1 NSLOGGER_BUILD_USERNAME=\"${USER}\""
}
}
]
}