[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / e / 9 / NSString-SurrogatePair / 1.0.2 / NSString-SurrogatePair.podspec.json
blobab04e9b71bcd809ea33ba96c9e222a0b7b28273a
2   "name": "NSString-SurrogatePair",
3   "version": "1.0.2",
4   "summary": "An NSString category to identify and remove surrogate pair UTF-8 characters.",
5   "description": "This is to support the unicode character set in MySQL which handles a \nmaximum of three bytes per multibyte character.\nThis is loosely based on another pod: woxtu/NSString-RemoveEmoji",
6   "homepage": "https://github.com/yodle/NSString-SurrogatePair",
7   "license": "Apache 2.0",
8   "authors": {
9     "Yodle": "iOSDev@yodle.com"
10   },
11   "source": {
12     "git": "https://github.com/yodle/NSString-SurrogatePair.git",
13     "tag": "1.0.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*"