blob: 34de1d977439a008f15885c5073ca63f24ba5932 [file] [log] [blame]
{
"name": "GHUnitOSX",
"version": "0.4.33",
"license": "MIT",
"summary": "Test Framework for Objective-C.",
"homepage": "https://github.com/gabriel/gh-unit",
"authors": {
"Gabriel Handford": "gabrielh@gmail.com"
},
"source": {
"git": "https://github.com/gabriel/gh-unit.git",
"tag": "0.4.33"
},
"description": "GHUnit is a test framework for Objective-C, Mac OS X 10.5 and above and iPhone 3.x 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}",
"Libraries/GHKit/**/*.{h,m}"
],
"exclude_files": "**/*GHViewTestCase*",
"platforms": {
"osx": null
},
"frameworks": "CoreLocation",
"resources": "Classes-MacOSX/UI/*.xib",
"requires_arc": false
}