blob: b2eda4f52264c52cf736ab7c8a73d4e51b487110 [file] [log] [blame]
{
"name": "GHUnit",
"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.",
"platforms": {
"ios": "4.3",
"osx": "10.6"
},
"source_files": [
"Classes/**/*.{h,m}",
"Libraries/GTM/**/*.{h,m}"
],
"ios": {
"source_files": "Classes-iOS/**/*.{h,m}",
"frameworks": "QuartzCore"
},
"osx": {
"source_files": "Classes-MacOSX/UI/*.{h,m}",
"resources": "Classes-MacOSX/UI/*.xib"
},
"requires_arc": true,
"deprecated": true
}