blob: f71d25575977ccb36a4d0cb8aef782c2c7739ea8 [file] [log] [blame]
{
"name": "CocoaRouge",
"version": "0.0.3",
"summary": "An attempt at a more expressive syntax for Objective-C. Heavily borrowed (stolen) from Ruby.",
"homepage": "https://github.com/danieltiger/CocoaRouge.git",
"license": "MIT",
"authors": {
"Arik Devens": "arik@danieltiger.com"
},
"source": {
"git": "https://github.com/danieltiger/CocoaRouge.git",
"tag": "0.0.3"
},
"source_files": [
"CocoaRouge",
"CocoaRouge/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}