MessageKit/MessageKit

Name: MessageKit

Owner: MessageKit

Description: In-progress: A community-driven replacement for JSQMessagesViewController

Created: 2017-07-17 19:56:13.0

Updated: 2018-01-18 23:47:20.0

Pushed: 2018-01-18 14:59:20.0

Homepage: https://messagekit.github.io

Size: 1675

Language: Swift

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

BuddyBuild codecov Carthage compatible <img src=“https://img.shields.io/badge/Swift-4-orange.svg”

  alt="Swift" />

<img src=“https://cocoapod-badges.herokuapp.com/v/MessageKit/badge.png”

  alt="CocoaPods">

<img src=“https://img.shields.io/badge/Xcode-9-blue.svg”

  alt="Xcode">

<img src=“https://img.shields.io/badge/License-MIT-red.svg”

  alt="MIT">

<img src=“https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat”

    alt="Contributions Welcome">

Table of Contents
Goals
Vision

See VISION.md for Goals, Scope, & Technical Considerations.

Installation
CocoaPods Recommended
'MessageKit'

If your project is still using Swift 3. Add the following code in your Podfile.

et 'TARGET_NAME' do
pod 'MessageKit'
...
post_install do |installer|
    installer.pods_project.targets.each do |target|
        if target.name == 'MessageKit'
            target.build_configurations.each do |config|
                config.build_settings['SWIFT_VERSION'] = '4.0'
            end
        end
    end
end

Carthage

To integrate MessageKit using Carthage, add the following to your Cartfile:

ub "MessageKit/MessageKit"
Requirements
Contributing

Great! Look over these things first.

What's Next?

Check out the Releases to see what we are working on next.

Join the Slack Group

Click here to join Slack

Apps using this library

Add your app to the list of apps using this library and make a pull request.

Please provide attribution, it is greatly appreciated.

Core Team
Thanks

Many thanks to the contributors of this project.

License

MessageKit is released under the MIT License.

Inspiration

Inspired by JSQMessagesViewController :point_left: :100:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.