blob: c7d8abadb077e3ff9a5749fe9cd65a0713d358a1 [file] [log] [blame]
{
"name": "Emojize",
"version": "6.0.5",
"summary": "Extension for Swift's String to convert Emoji Cheat Sheet codes into their Unicode equivalent",
"description": "Extension for Swift's String to convert Emoji Cheat Sheet codes into their Unicode equivalent.",
"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.5"
},
"resources": [
"Resources/emoji.json"
],
"source_files": "Emojize/*.swift",
"dependencies": {
"SwiftyJSON": [
],
"FootlessParser": [
],
"Files": [
]
},
"pushed_with_swift_version": "3.1"
}