blob: 054b6e0fac26acc3d1ab4c3632f47c7d47498b06 [file] [log] [blame]
{
"name": "RedGreen",
"version": "1.0.1",
"summary": "RedGreen is an extension library for SenTestKit that makes the test output easier to parse by humans.",
"homepage": "http://github.com/neilco/RedGreen",
"license": "MIT (see LICENSE.txt)",
"authors": {
"Neil Cowburn": "git@neilcowburn.com"
},
"source": {
"git": "https://github.com/neilco/RedGreen.git",
"tag": "1.0.1"
},
"source_files": [
"RedGreen",
"RedGreen/SenTestLog+RedGreen.{h,m}"
],
"frameworks": "SenTestingKit",
"ios": {
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
}
},
"osx": {
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
}
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
}
}