blob: 53576a001000dec757e4f7ed91738d1ade3aefac [file] [log] [blame]
{
"name": "Streamoji",
"version": "0.1.2",
"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\nPlug-in extension for UITextView\nMade with 💘 by GetStream.io",
"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.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Streamoji/Classes/**/*",
"dependencies": {
"SwiftyGif": [
"~> 5.2"
],
"Nuke": [
"~> 8.4"
]
},
"swift_version": "5.2"
}