blob: 746aecc0b1291334f0141f77b89f1c3a57fc38fa [file] [log] [blame]
{
"name": "EmojiTextView",
"version": "1.0",
"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": "1.0"
},
"frameworks": [
"UIKit"
],
"platforms": {
"ios": "9.0"
},
"source_files": "EmojiTextView/**/*.swift",
"resources": [
"EmojiTextView/Resources/emojis.json"
]
}