blob: 530b13ae8df0d8d930da643b6b3d7f5db7dc71d1 [file] [log] [blame]
{
"name": "Emojize",
"version": "6.0.9",
"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.9"
},
"resources": [
"Resources/emoji.json"
],
"source_files": "Emojize/**/*.swift",
"dependencies": {
"SwiftyJSON": [
],
"Files": [
],
"FootlessParser": [
]
},
"pushed_with_swift_version": "3.1"
}