blob: b77a2d226845739b7c839617c39beade1689e0bf [file] [log] [blame]
{
"name": "Emojize",
"version": "6.0.10",
"summary": "Swift 3 emoji parser for String, NSAttributedString and NSMutableAttributedString.",
"description": "Swift 3 emoji parser for String, NSAttributedString and NSMutableAttributedString. It replaces sub strings on the form :emoji: with its corresponding emoji character. The emoji lookup table is taken from github/gemoji.",
"homepage": "https://github.com/oleander/Emojize",
"license": "MIT",
"authors": {
"Linus Oleander": "linus@oleander.io"
},
"platforms": {
"osx": "10.10"
},
"source": {
"git": "https://github.com/oleander/Emojize.git",
"tag": "6.0.10"
},
"resources": [
"Resources/emoji.json"
],
"source_files": "Emojize/**/*.swift",
"dependencies": {
"JASON": [
],
"FootlessParser": [
]
},
"pushed_with_swift_version": "3.1"
}