blob: b829c568a391c63db51ad526c6ffd7a2c08fdc14 [file] [log] [blame]
{
"name": "GRUnit",
"version": "1.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Test Framework for Objective-C.",
"homepage": "https://github.com/gabriel/GRUnit",
"authors": {
"Gabriel Handford": "gabrielh@gmail.com"
},
"source": {
"git": "https://github.com/gabriel/GRUnit.git",
"tag": "1.1.1"
},
"description": "GRUnit is a test framework for iOS.",
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"ios": {
"source_files": [
"GRUnit/**/*.{h,m}",
"GRUnit-iOS/**/*.{h,m}",
"Libraries/GTM/**/*.{h,m}"
]
},
"osx": {
"source_files": [
"GRUnit/**/*.{h,m}",
"GRUnit-OSX/**/*.{h,m}",
"Libraries/GTM/**/*.{h,m}"
],
"resources": "GRUnit-OSX/**/*.xib"
},
"requires_arc": true
}