blob: 7f7f6415b5dea79df8d9f07fbf401eb82cc4ad2a [file] [log] [blame]
{
"name": "MogKit",
"version": "0.10",
"summary": "MogKit is a transducer based data transformation toolkit for Objective-C.",
"description": " A longer description of MogKit in Markdown format.\n\n MogKit is a toolkit that provides fully tested and easily composable transformations\n to collections and any series of values (like signals, channels, etc). The\n transformations are independant of the underlying values or data structures which\n makes them highly reusable.\n\n MogKit composes transformations instead of chaining them which means collections\n will only be passed through once.\n",
"homepage": "https://github.com/mhallendal/MogKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mikael Hallendal": "hallski@hallski.org"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/mhallendal/MogKit.git",
"tag": "0.10"
},
"source_files": "MogKit/*.{h,m}",
"public_header_files": "MogKit/*.h",
"requires_arc": true
}