blob: 303d61a342f35dd0516c4553e57d276e60d7b3c5 [file] [log] [blame]
{
"name": "Emojimap",
"version": "0.1.2",
"summary": "Lightweight library to map Strings to Emojis.",
"description": "This fantastic library allow you to map strings to emojis, similar to the iOS keyboard prediction. Currently support English, Spanish, German and French.",
"homepage": "https://github.com/matiasvillaverde/emojimap",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Matias": "contact@matiasvillaverde.com"
},
"source": {
"git": "https://github.com/matiasvillaverde/emojimap.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Emojimap/EmojiMap/*{swift}",
"resource_bundles": {
"Emojimap": [
"Emojimap/EmojiMap/EmojiDataBase.bundle/*{json}"
]
},
"pushed_with_swift_version": "4.0"
}