blob: 3fbaf5a63c13b3a9c6857153318ed565ce0c580b [file] [log] [blame]
{
"name": "SparkInspector",
"version": "1.3.2",
"summary": "Runtime Debugger for iOS Apps.",
"homepage": "http://www.sparkinspector.com",
"authors": "Foundry376",
"source": {
"git": "https://github.com/Foundry376/SparkInspectorFramework.git",
"tag": "1.3.2"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"license": {
"type": "Copyright",
"file": "LICENSE"
},
"vendored_frameworks": "SparkInspector.framework",
"frameworks": [
"QuartzCore",
"SparkInspector"
],
"libraries": "z",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/SparkInspector\"",
"OTHER_LDFLAGS": "-ObjC"
}
}