4 "summary": "_.m is a port of Underscore.jsto Objective-C.",
5 "description": " _.m is a port of [Underscore.js](http://underscorejs.org/) to Objective-C. It strives to provide the fullest feature set possible in a way that is familiar to JavaScript developers (despite the differences between JavaScript and Objective-C).\n\n To help achieve this vision, _.m uses [SubjectiveScript.m](https://github.com/kmalakoff/SubjectiveScript.m) to bring JavaScript-like syntax and features into Objective-C, and [QUnit.m](https://github.com/kmalakoff/QUnit.m) to port unit tests from JavaScript to Objective-C. You should check them out, too!\n\n Full documentation can be found on the [_.m Website](http://kmalakoff.github.com/_.m/)\n",
6 "homepage": "http://kmalakoff.github.com/_.m/",
9 "Kevin Malakoff": "kmalakoff@gmail.com"
12 "git": "https://github.com/kmalakoff/_.m.git",
20 "source_files": "Classes",
21 "public_header_files": "Classes/**/*.h",
23 "SubjectiveScript.m": [