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