blob: 50c98bd4c1eb9246878c5f0d6745098fff7d5564 [file] [log] [blame]
{
"name": "NSString+RemoveEmoji",
"version": "1.1.0",
"summary": "A category that extends for detecting and removing Emoji.",
"homepage": "https://github.com/woxtu/NSString-RemoveEmoji",
"license": {
"type": "MIT",
"file": "LICENSE-MIT"
},
"authors": {
"woxtu": "woxtup@gmail.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/woxtu/NSString-RemoveEmoji.git",
"tag": "1.1.0"
},
"source_files": "Sources/**/*.swift"
}