blob: ab04e9b71bcd809ea33ba96c9e222a0b7b28273a [file] [log] [blame]
{
"name": "NSString-SurrogatePair",
"version": "1.0.2",
"summary": "An NSString category to identify and remove surrogate pair UTF-8 characters.",
"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",
"homepage": "https://github.com/yodle/NSString-SurrogatePair",
"license": "Apache 2.0",
"authors": {
"Yodle": "iOSDev@yodle.com"
},
"source": {
"git": "https://github.com/yodle/NSString-SurrogatePair.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}