[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / c / 5 / d / VHMessengerKit / 1.0.1 / VHMessengerKit.podspec.json
blobd5fa5acf64ed22078e761e0532dee77b367f1cc4
2   "name": "VHMessengerKit",
3   "version": "1.0.1",
4   "summary": "A UI framework for building messenger interfaces on iOS",
5   "description": "This an updated version of VHMessengerKit, a drop-in UI for messenger interfaces on iOS built in Swift. Centred around a single UIViewController, VHMessengerKit is themeable to fit your needs and includes a number of powerful features:\n\n - UICollectionView based with pre-loading and caching of size calculation for bubbles.\n - Auto-growing input view.\n - Multiple cell types: text, large-emoji, image, video, location and gifs.\n - Presentation of SFSafariViewController\n - Built-in, customisable themes.\n - A custom theming system to bring your own UICollectionViewCells, headers, footers, and input views.\n - Avatar support (currently only in the travamigos theme).\n\nThe framework is actively being used and maintained in one of our apps, [Vivus](https://www.vivushub.com/vivus/?ref=github).",
6   "homepage": "https://github.com/VivusHub/VHMessengerKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "VivusHub": "dev@vivushub.com"
13   },
14   "source": {
15     "git": "https://github.com/VivusHub/VHMessengerKit.git",
16     "tag": "1.0.1"
17   },
18   "social_media_url": "https://twitter.com/VivusHub",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "4.2",
23   "dependencies": {
24     "SDWebImageFLPlugin": [
26     ]
27   },
28   "source_files": [
29     "VHMessengerKit/**/*.{h,m,swift}"
30   ],
31   "resources": "VHMessengerKit/**/*.{xcassets,xib,nib}",
32   "swift_version": "4.2"