blob: 3127c25b379806ea8e3cba36ee019e68c0e8ceb8 [file] [log] [blame]
{
"name": "NSString-SurrogatePair",
"version": "1.0.1",
"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": {
"type": "Apache 2",
"file": "LICENSE"
},
"authors": {
"Yodle": "iOSDev@yodle.com"
},
"source": {
"git": "https://github.com/yodle/NSString-SurrogatePair.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}