##A simple category for replacing custom placeholders (strings enclosed in brackets) with values from NSDictionary.
NSString* stringWithPlaceholders = @"lest play with placeholders {one} and {two}";
NSString* newString = [stringWithPlaceholders replacePlaceholdersUsingDictionary:@{@"one":@"value 1",@"two":@"value two"}];
PhraseKit is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "PhraseKit"
Fewlaps, [email protected]
PhraseKit is available under the MIT license. See the LICENSE file for more info.