blob: 11a9200e0253177cab4c7ff794b23b45f657866b [file] [log] [blame]
{
"name": "_.m",
"version": "0.1.0",
"license": "MIT",
"summary": "_.m is a port of Underscore.js to Objective-C.",
"homepage": "http://kmalakoff.github.com/_.m/",
"authors": {
"Kevin Malakoff": "xmann.intl@gmail.com"
},
"source": {
"git": "https://github.com/kmalakoff/_.m.git",
"tag": "0.1.0"
},
"description": "_.m strives to provide a full Underscore.js feature set in Objective-C in a way that is familiar to JavaScript developers by using Subjective-Script.",
"source_files": "Lib/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"SubjectiveScript.m": [
]
}
}