blob: 6787673115370239ba9879e8aa163434c1ec41a1 [file] [log] [blame]
{
"name": "QUnit.m",
"version": "0.1.2",
"summary": "QUnit.m brings syntax to SenTestingKit for testing Objective-C projects",
"description": " QUnit.m brings [QUnit.js](http://qunitjs.com/) syntax to SenTestingKit for testing Objective-C projects. The is useful if you are trying to port JavaScript libraries to Objective-C or want a more familiar testing syntax.\n\n I wrote this to help me port Underscore.js to Objective-C in [_.m](https://github.com/kmalakoff/_.m) and to make Objective-C a little more script in [Subjective-Script](https://github.com/kmalakoff/SubjectiveScript.m) so you will find some good examples in those project's tests.\n",
"homepage": "https://github.com/kmalakoff/QUnit.m",
"license": "MIT",
"authors": {
"Kevin Malakoff": "kmalakoff@gmail.com"
},
"source": {
"git": "https://github.com/kmalakoff/QUnit.m.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "Classes",
"frameworks": "SenTestingKit",
"public_header_files": "Classes/**/*.h"
}