blob: 6606e645acb51cc9ea0f45b653eec463fe29a0aa [file] [log] [blame]
{
"name": "KSReason",
"version": "1.0.2",
"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 creating models and collections.\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.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"KSReason": [
"Pod/Assets/*"
]
}
}