blob: 1df4a1fd2c7471ff65263b700c6df7e10a7a02dc [file] [log] [blame]
{
"name": "GenerateTestCoverageFor_iOS7",
"version": "0.1.0",
"summary": "Support to get the test coverage in iOS7.",
"homepage": "https://github.com/tokorom/GenerateTestCoverageFor_iOS7",
"license": "MIT",
"authors": {
"tokorom": "tokorom@gmail.com"
},
"source": {
"git": "https://github.com/tokorom/GenerateTestCoverageFor_iOS7.git",
"tag": "0.1.0"
},
"source_files": "GenerateTestCoverageFor_iOS7/*",
"platforms": {
"ios": null
},
"frameworks": [
"XCTest",
"SenTestingKit"
],
"requires_arc": true,
"xcconfig": {
"GCC_INSTRUMENT_PROGRAM_FLOW_ARCS": "YES",
"GCC_GENERATE_TEST_COVERAGE_FILES": "YES"
}
}