blob: 84669b934c486c97e29d51f04d67fca1264c50aa [file] [log] [blame]
{
"name": "NSString-SlackEmoji",
"version": "0.1.0",
"summary": "An NSString category",
"description": "An NSString category for parsing Slacks readable format emoji to unicode format so that NSString is able to display the actual emoji.",
"homepage": "https://github.com/ShaunakP/NSString-SlackEmoji",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ShaunakP": "shaunak.patel@marutitech.com"
},
"source": {
"git": "https://github.com/ShaunakP/NSString-SlackEmoji.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"NSString+SlackEmoji.{h,m}",
"Resources/Emojis.json"
]
}