[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 6 / f / MogKit / 0.6 / MogKit.podspec.json
blob241b0b84b836004457cb114b9d70f29a52fc7275
2   "name": "MogKit",
3   "version": "0.6",
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": "8.0",
16     "osx": "10.8"
17   },
18   "source": {
19     "git": "https://github.com/mhallendal/MogKit.git",
20     "tag": "0.6"
21   },
22   "source_files": "MogKit/*.{h,m}",
23   "public_header_files": "MogKit/*.h",
24   "requires_arc": true