blob: 5eb6c7568f857b081fdfda0f08f3f49fcc90a919 [file] [log] [blame]
{
"name": "GHUnit",
"version": "0.5.9",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Test Framework for Objective-C.",
"homepage": "https://github.com/gh-unit/gh-unit",
"documentation_url": "http://gh-unit.github.io/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.9"
},
"description": "GHUnit is a test framework for Objective-C, Mac OS X 10.7 and above and iPhone 6.0 and above. It can be used standalone or with other testing frameworks like SenTestingKit or GTM.",
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"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
}