blob: 41d8d15da9c92f078c3579e931cfbec672c02ea6 [file] [log] [blame]
{
"name": "KSReason",
"version": "1.4.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.4.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"KSReason": [
"Pod/Assets/**/*"
]
}
}