[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 3 / 7 / 8 / MessageBubbleView / 0.0.1 / MessageBubbleView.podspec.json
blob3ee1da507a7bcd95ab0a4fac3cdcd7915e76bfda
2   "name": "MessageBubbleView",
3   "version": "0.0.1",
4   "summary": "A view that handles displaying a chat/message bubble.",
5   "description": "A UIView subclass for displaying a message-like chat bubble. Automatically calculates the bubble size for a given max-width. A perfect component to be used as a subview in a UICollectionViewCell or UITableViewCell.",
6   "homepage": "https://github.com/josharnoldjosh/MessageBubbleView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "josh": "dev@josharnold.me"
13   },
14   "platforms": {
15     "ios": "14.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/josharnoldjosh/MessageBubbleView.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "MessageBubbleView/**/*.{h,m,swift}",
23   "dependencies": {
24     "SnapKit": [
26     ]
27   },
28   "swift_version": "5.0"