blob: 9e55bb9c8249b09abb580a943fcb775a9ff30e5f [file] [log] [blame]
{
"name": "CodeScope",
"version": "0.1.7",
"summary": "CodeScope agent for iOS",
"description": "CodeScope gives engineering teams unprecedented visibility into their CI process to quickly identify, troubleshoot and fix failed builds",
"homepage": "https://codescope.com",
"license": {
"type": "Proprietary",
"file": "LICENSE"
},
"authors": {
"Fernando Mayo": "fernando@codescope.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/undefinedlabs/ios-agent.git",
"tag": "0.1.7"
},
"source_files": "Agent/Agent",
"requires_arc": true,
"frameworks": "XCTest",
"dependencies": {
"Aspects": [
],
"KSCrash": [
],
"opentracing": [
]
},
"default_subspecs": "Lite",
"subspecs": [
{
"name": "Lite"
},
{
"name": "CocoaLumberjack",
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -DCS_COCOALUMBERJACK_ENABLED"
},
"dependencies": {
"CocoaLumberjack/Swift": [
]
}
}
]
}