[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 6 / 3 / Streamoji / 0.1.0 / Streamoji.podspec.json
blob043fb7724c3aa8e8a6037188406f42798f789517
2   "name": "Streamoji",
3   "version": "0.1.0",
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\nPlug-in extension for UITextView\nMade with ðŸ’˜ by GetStream.io",
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.0"
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"