blob: 20ac131005c7f7255f9a19c1ccfa892ba35ea914 [file] [log] [blame]
{
"name": "GHUnitIOS",
"version": "0.5.6",
"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.5.6"
},
"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-iOS/**/*.{h,m}",
"Libraries/GTM/**/*.{h,m}"
],
"platforms": {
"ios": null
},
"requires_arc": true
}