Update pod for custom use

This commit is contained in:
Kyle Fang
2013-07-25 12:18:43 +08:00
parent 66ef2c290a
commit f517e1e054
3 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "JSMessagesViewController"
s.version = "1.1.0"
s.version = "1.1.2"
s.summary = "A messages UI for iPhone and iPad."
s.description = "This messages tableview controller is very similar to the one in the iOS Messages app. Note, this is only a messaging UI, not a messaging app. This is intended to be used in an existing app where you have (or are developing) a messaging system and need a user interface for it."
s.homepage = "https://github.com/jessesquires/MessagesTableViewController"