2 "name": "NSString-KeyPathReplace",
4 "summary": "Simple Objective C NSString category for replacing key path references with values from a dictionary.",
5 "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",
6 "homepage": "https://github.com/johnmckerrell/NSString-KeyPathReplace",
9 "John McKerrell": "john@mckerrell.net"
12 "git": "https://github.com/johnmckerrell/NSString-KeyPathReplace.git",
15 "source_files": "NSString-KeyPathReplace/*",