blob: 3ae4e9447a3aaa8b35fdc882440b1538281f106f [file] [log] [blame]
{
"name": "Streamoji",
"version": "0.1.5",
"summary": "Custom emoji rendering library for iOS apps with support for GIF & images.",
"swift_versions": "5.2",
"description": "Custom emoji rendering library for iOS apps with support for GIF & images\n- plug-in extension for UITextView\n- performance, cache ✅\n- with 💘 from @GetStream",
"homepage": "https://github.com/GetStream/Streamoji",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cardoso": "matheus@getstream.io"
},
"source": {
"git": "https://github.com/GetStream/Streamoji.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Streamoji/Classes/**/*",
"dependencies": {
"SwiftyGif": [
"~> 5.2"
],
"Nuke": [
"~> 8.4"
]
},
"swift_version": "5.2"
}