Skip to content

Commit 3b8cf0f

Browse files
committed
Update README.md
1 parent 591e919 commit 3b8cf0f

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
[![Build Status](https://secure.travis-ci.org/jessesquires/JSQMessagesViewController.svg)](http://travis-ci.org/jessesquires/JSQMessagesViewController) [![Version Status](http://img.shields.io/cocoapods/v/JSQMessagesViewController.png)][docsLink] [![license MIT](http://img.shields.io/badge/license-MIT-orange.png)][mitLink]
44

5-
### Update: 6.0-beta6 is out! See [#476](https://github.com/jessesquires/JSQMessagesViewController/issues/476) for details.
6-
75
![Messages Screenshot 1][img1]     ![Messages Screenshot 2][img2]
86

97
> More screenshots available at [CocoaControls](https://www.cocoacontrols.com/controls/jsqmessagesviewcontroller)
@@ -31,23 +29,28 @@ git checkout iOS6_support_stable
3129

3230
## Installation
3331

34-
````
35-
pod 'JSQMessagesViewController'
32+
````ruby
33+
# For latest release in cocoapods
34+
pod 'JSQMessagesViewController'
35+
36+
# Feeling adventurous? Get the latest on develop
37+
pod 'JSQMessagesViewController', :git => 'https://github.com/jessesquires/JSQMessagesViewController.git', :branch => 'develop'
38+
39+
# For version 5.3.2
40+
pod 'JSQMessagesViewController', :git => 'https://github.com/jessesquires/JSQMessagesViewController', :branch => 'version_5.3.2_patch'
41+
42+
# For iOS 6 support
43+
pod 'JSMessagesViewController', :git => 'https://github.com/jessesquires/JSQMessagesViewController.git', :branch => 'iOS6_support_stable'
3644
````
3745

38-
Otherwise, drag the `JSQMessagesViewController/` folder to your project. Install [`JSQSystemSoundPlayer`][playerLink] and add the `QuartzCore.framework`.
46+
Otherwise, drag the `JSQMessagesViewController/` folder to your project and install [`JSQSystemSoundPlayer`][playerLink].
3947

4048
>**NOTE:**
4149
>
4250
>This repo was formerly named `MessagesTableViewController`.
4351
>
4452
>And this pod was formerly named `JSMessagesViewController`.
4553
46-
For iOS 6.0 support:
47-
````
48-
pod 'JSMessagesViewController', :git => 'https://github.com/jessesquires/JSQMessagesViewController.git', :branch => 'iOS6_support_stable'
49-
````
50-
5154
## Getting Started
5255

5356
````
@@ -62,7 +65,7 @@ pod 'JSMessagesViewController', :git => 'https://github.com/jessesquires/JSQMess
6265
* Your model objects should conform to the `JSQMessageData` protocol.
6366
* Your media attachment model objects should conform to the `JSQMessageMediaData` protocol.
6467
* However, you may use the provided classes:
65-
* Model: `JSQTextMessage` and `JSQMediaMessage`
68+
* Model: `JSQMessage` for all message objects
6669
* Media attachments: `JSQPhotoMediaItem`, `JSQLocationMediaItem`, `JSQVideoMediaItem`
6770

6871
* **View Controller**

0 commit comments

Comments
 (0)