4 "summary": "A number of helpers for doing iteration, parsing, and more",
5 "description": " * `KSParser` provides parsing for a number of classes such as NSNumber, NSString and NSDate to help with parsing APIs.\n * `KSEnumerable` implements many enumeration methods such as each, map, reduce, filter, and find using a block syntax.\n * `KSInflection` implements pluralization and singularization helpers for strings and allows custom rules to be defined.\n * `KSBackbone` provides some basic helpers for creating models and collections.\n",
6 "homepage": "https://github.com/ksylvest/reason",
9 "Kevin Sylvestre": "kevin@ksylvest.com"
12 "git": "https://github.com/ksylvest/reason.git",
19 "source_files": "Pod/Classes/**/*",