blob: 7c0b0973f682de5d2db3ebaea1beaf6c044c214b [file] [log] [blame]
{
"name": "OCTotallyLazy",
"version": "1.1.0",
"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",
"tag": "1.1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "src/main/**/*.{h,m}",
"requires_arc": true
}