blob: 18bd5c32caf2fcfa7310bb1ca4b19f9118c2b534 [file] [log] [blame]
{
"name": "KSReason",
"version": "1.6.1",
"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.",
"homepage": "https://github.com/ksylvest/reason",
"license": "MIT",
"authors": {
"Kevin Sylvestre": "kevin@ksylvest.com"
},
"source": {
"git": "https://github.com/ksylvest/reason.git",
"tag": "1.6.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"KSReason": [
"Pod/Assets/**/*"
]
}
}