blob: 66534e3fd53600ebd541dff0209549f4442bde81 [file] [log] [blame]
{
"name": "StringEmojize",
"version": "0.1.1",
"license": "MIT",
"summary": "Extension of Swift's String to convert Emoji Cheat Sheet codes into their Unicode equivalent.",
"homepage": "https://github.com/kylefrost/StringEmojize",
"authors": {
"Kyle Frost": "kyle@kylefrost.me"
},
"source": {
"git": "https://github.com/kylefrost/StringEmojize.git",
"tag": "v0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "StringEmojize",
"requires_arc": true,
"frameworks": "UIKit"
}