blob: 186fa1575b55a2c4179c09ec92bfe8ee009f63cc [file] [log] [blame]
{
"name": "GHUnitIOS",
"version": "0.5.7",
"license": "MIT",
"summary": "Test Framework for Objective-C.",
"homepage": "https://github.com/gh-unit/gh-unit",
"authors": {
"Gabriel Handford": "gabrielh@gmail.com"
},
"source": {
"git": "https://github.com/gh-unit/gh-unit.git",
"tag": "0.5.7"
},
"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
}