blob: ab2ae69503e7434ab6e648c5e5ab5ccae5b7ea9c [file] [log] [blame]
{
"name": "GRUnit",
"version": "1.0.6",
"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.0.6"
},
"description": "GRUnit is a test framework for iOS.",
"platforms": {
"ios": "7.0"
},
"source_files": [
"GRUnit/**/*.{h,m}",
"Libraries/GTM/**/*.{h,m}"
],
"requires_arc": true
}