[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / 5 / NSString-KeyPathReplace / 0.1.0 / NSString-KeyPathReplace.podspec.json
blob66bb28befdd5776d81850518f1d72ce918c242c5
2   "name": "NSString-KeyPathReplace",
3   "version": "0.1.0",
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",
7   "license": "MIT",
8   "authors": {
9     "John McKerrell": "john@mckerrell.net"
10   },
11   "source": {
12     "git": "https://github.com/johnmckerrell/NSString-KeyPathReplace.git",
13     "tag": "0.1.0"
14   },
15   "source_files": "NSString-KeyPathReplace/*",
16   "dependencies": {
17     "RegexKitLite": [
18       "~> 4.0"
19     ]
20   }