blob: af2b164815e6489c78dc52f1bf0e65b8c05b25ab [file] [log] [blame]
{
"name": "NSString+RemoveEmoji",
"version": "1.0.1",
"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"
},
"platforms": {
"osx": "10.10",
"ios": "8.0"
},
"source": {
"git": "https://github.com/woxtu/NSString-RemoveEmoji.git",
"tag": "1.0.1"
},
"source_files": "Sources/*.swift",
"requires_arc": true
}