[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / e / 9 / NSString-SurrogatePair / 1.0.1 / NSString-SurrogatePair.podspec.json
blob3127c25b379806ea8e3cba36ee019e68c0e8ceb8
2   "name": "NSString-SurrogatePair",
3   "version": "1.0.1",
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": {
8     "type": "Apache 2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yodle": "iOSDev@yodle.com"
13   },
14   "source": {
15     "git": "https://github.com/yodle/NSString-SurrogatePair.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*"