This commit is contained in:
Jesse Squires
2013-03-25 11:05:41 -04:00
parent 00794d0edd
commit 438af4fa02

View File

@@ -1,8 +1,8 @@
Pod::Spec.new do |s|
s.name = "JSMessagesViewController"
s.version = "1.0.1"
s.version = "1.1.0"
s.summary = "A messages UI for iPhone and iPad."
s.description = "This messages tableview controller is very similar to 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.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"
s.license = 'MIT License'
s.author = { "Jesse Squires" => "jesse.d.squires@gmail.com" }