blob: d09aebd721061db31c669641a6d28fbc742fba6b [file] [log] [blame]
{
"name": "GHUnitOSX",
"version": "0.5.8",
"license": "MIT",
"summary": "Test Framework for Objective-C.",
"homepage": "https://github.com/gh-unit/gh-unit",
"authors": {
"Gabriel Handford": "gabrielh@gmail.com",
"Felix Schulze": "code@felixschulze.de"
},
"source": {
"git": "https://github.com/gh-unit/gh-unit.git",
"tag": "0.5.8"
},
"description": "GHUnit is a test framework for Objective-C, Mac OS X 10.6 and above and iPhone 4.3 and above. It can be used standalone or with other testing frameworks like SenTestingKit or GTM.",
"source_files": [
"Classes/**/*.{h,m}",
"Classes-MacOSX/UI/*.{h,m}",
"Libraries/GTM/**/*.{h,m}"
],
"platforms": {
"osx": "10.6"
},
"resources": "Classes-MacOSX/UI/*.xib",
"requires_arc": true,
"deprecated_in_favor_of": "GHUnit",
"prepare_command": "echo 'GHUnitOSX is deprecated - Please switch to GHUnit to stay up to date.'"
}