blob: a0c6da5dc71c18d218eada1ee12256670e72c6ef [file] [log] [blame]
{
"name": "EmojiTextView",
"version": "0.0.1",
"summary": "Tap to swap out words with emojis. Inspired by Messages.app on iOS 10.",
"homepage": "https://github.com/fastred/EmojiTextView",
"screenshots": "https://raw.githubusercontent.com/fastred/EmojiTextView/master/demo.gif",
"license": "MIT",
"authors": {
"Arkadiusz Holko": "fastred@fastred.org"
},
"social_media_url": "https://twitter.com/arekholko",
"source": {
"git": "https://github.com/fastred/EmojiTextView.git",
"tag": "0.0.1"
},
"frameworks": [
"UIKit"
],
"platforms": {
"ios": "9.0"
},
"source_files": "EmojiTextView/**/*.swift",
"resources": [
"EmojiTextView/Resources/emojis.json"
]
}