blob: 5e9cb4f4dd91ceddd501c5e5c1db06486580fe5f [file] [log] [blame]
{
"name": "OCTotallyLazy",
"version": "0.0.1",
"summary": "Functional extensions to Objective C's collections.",
"description": " OCTotallyLazy is a framework that adds functional behaviour to \n Objective C collection objects, as well as a lazy collection \n object called Sequence. It's a partial port of Java's \n [TotallyLazy](http://code.google.com/p/totallylazy/).\n",
"homepage": "https://github.com/stuartervine/OCTotallyLazy",
"license": "Apache License, Version 2.0",
"authors": {
"Stuart Ervine": "spervine@gmail.com"
},
"source": {
"git": "https://github.com/stuartervine/OCTotallyLazy.git",
"commit": "139e91966e31b266b9da74d9315a099003d8251e"
},
"platforms": {
"ios": "5.0"
},
"source_files": "src/main/**/*.{h,m}",
"requires_arc": true
}