danqing / JSQMessagesViewController

Carthage support for https://github.com/jessesquires/JSQMessagesViewController.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carthage compatible

JSQMessagesViewController

Carthage support for https://github.com/jessesquires/JSQMessagesViewController.

The dependencies JSQMessagesViewController and JSQSystemSoundPlayer are added as git subtree modules. This allows us to easily pull in newer changes to JSQMessagesViewController.

Usage

Add github "hemantasapkota/JSQMessagesViewController" to your cart file. Execute carthage update

For usage in Swift, don't forget to add #import <JSQMessages/JSQMessages.h> to your bridging header file.

Update Dependencies

You might want to update the dependencies to pull in newer changes. To do so:

git subtree pull --prefix JSQMessagesViewController https://github.com/jessesquires/JSQMessagesViewController master --squash

git subtree pull --prefix JSQSystemSoundPlayer https://github.com/jessesquires/JSQSystemSoundPlayer master --squash

About

Carthage support for https://github.com/jessesquires/JSQMessagesViewController.

License:MIT License


Languages

Language:Objective-C 98.3%Language:Shell 1.4%Language:Ruby 0.3%