[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 6 / f / MogKit / 0.9 / MogKit.podspec.json
blob03e9ec7222c5e6be60e9b542e1d43c6586e70e0a
2   "name": "MogKit",
3   "version": "0.9",
4   "summary": "MogKit is a transducer based data transformation toolkit for Objective-C.",
5   "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",
6   "homepage": "https://github.com/mhallendal/MogKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mikael Hallendal": "hallski@hallski.org"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.8"
17   },
18   "source": {
19     "git": "https://github.com/mhallendal/MogKit.git",
20     "tag": "0.9"
21   },
22   "source_files": "MogKit/*.{h,m}",
23   "public_header_files": "MogKit/*.h",
24   "requires_arc": true