blob: 66bb28befdd5776d81850518f1d72ce918c242c5 [file] [log] [blame]
{
"name": "NSString-KeyPathReplace",
"version": "0.1.0",
"summary": "Simple Objective C NSString category for replacing key path references with values from a dictionary.",
"description": " A simple NSString cateogory that gives you the ability to interpolate values\n into a string taken from a given NSDictionary. It also allows you to specify\n default values to be used if the dictionary does not contain a value for a\n keypath. Default values can be provided inline with the keypath or in a\n separate dictionary.\n",
"homepage": "https://github.com/johnmckerrell/NSString-KeyPathReplace",
"license": "MIT",
"authors": {
"John McKerrell": "john@mckerrell.net"
},
"source": {
"git": "https://github.com/johnmckerrell/NSString-KeyPathReplace.git",
"tag": "0.1.0"
},
"source_files": "NSString-KeyPathReplace/*",
"dependencies": {
"RegexKitLite": [
"~> 4.0"
]
}
}