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