[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 6 / 3 / Streamoji / 0.1.7 / Streamoji.podspec.json
blobfda71dfd45dd108e619de97e122c49967e23f530
2   "name": "Streamoji",
3   "version": "0.1.7",
4   "summary": "Custom emoji rendering library for iOS apps with support for GIF & images.",
5   "swift_versions": "5.2",
6   "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",
7   "homepage": "https://github.com/GetStream/Streamoji",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "cardoso": "matheus@getstream.io"
14   },
15   "source": {
16     "git": "https://github.com/GetStream/Streamoji.git",
17     "tag": "0.1.7"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Streamoji/Classes/**/*",
23   "dependencies": {
24     "SwiftyGif": [
25       "~> 5.2"
26     ],
27     "Nuke": [
28       "~> 8.4"
29     ]
30   },
31   "swift_version": "5.2"