Skip to content

Commit

Permalink
[Add] MogKit 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hallski authored and CocoaPodsBot committed Feb 28, 2015
1 parent 13c857d commit 0ee6f88
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Specs/MogKit/0.6/MogKit.podspec.json
@@ -0,0 +1,25 @@
{
"name": "MogKit",
"version": "0.6",
"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": "8.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/mhallendal/MogKit.git",
"tag": "0.6"
},
"source_files": "MogKit/*.{h,m}",
"public_header_files": "MogKit/*.h",
"requires_arc": true
}

0 comments on commit 0ee6f88

Please sign in to comment.