blob: b0d3a6a6673441d7b0080b8da6e3dab04a98e641 [file] [log] [blame]
{
"name": "KSReason",
"version": "1.3.0",
"summary": "A number of helpers for doing iteration, parsing, and more",
"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 using models and collections including parsing, archiving, attributes, associations, and identity.\n",
"homepage": "https://github.com/ksylvest/reason",
"license": "MIT",
"authors": {
"Kevin Sylvestre": "kevin@ksylvest.com"
},
"source": {
"git": "https://github.com/ksylvest/reason.git",
"tag": "1.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"KSReason": [
"Pod/Assets/**/*"
]
}
}