4 "summary": "QUnit.m brings syntax to SenTestingKit for testing Objective-C projects",
5 "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",
6 "homepage": "https://github.com/kmalakoff/QUnit.m",
9 "Kevin Malakoff": "kmalakoff@gmail.com"
12 "git": "https://github.com/kmalakoff/QUnit.m.git",
20 "source_files": "Classes",
21 "frameworks": "SenTestingKit",
22 "public_header_files": "Classes/**/*.h"