blob: cc7b8858c0f28071d2fbc7f36b6d540bc1bfb1af [file] [log] [blame]
{
"name": "FSJUnitTestLog",
"version": "1.0",
"summary": "FSJUnitTestLog is a XCTestObserver implementation, which converts the test results to an JUnit XML Results file.",
"homepage": "https://github.com/x2on/FSJUnitTestLog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Felix Schulze": "code@felixschulze.de"
},
"source": {
"git": "https://github.com/x2on/FSJUnitTestLog.git",
"tag": "1.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "FSJUnitTestLog.{h,m}",
"frameworks": [
"XCTest",
"Foundation"
],
"dependencies": {
"GDataXML-HTML": [
"~> 1.1.0"
]
},
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}