Skip to content

Commit

Permalink
Merge pull request #1601 from Ashton-W/master
Browse files Browse the repository at this point in the history
Added JSMessagesViewController 1.0.1 and 1.1.0
  • Loading branch information
keith committed Mar 27, 2013
2 parents fd9e65a + a69c5c3 commit 7b92d5d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions JSMessagesViewController/1.0.1/JSMessagesViewController.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "JSMessagesViewController"
s.version = "1.0.1"
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.homepage = "https://github.com/jessesquires/MessagesTableViewController"
s.license = 'MIT License'
s.author = { "Jesse Squires" => "jesse.d.squires@gmail.com" }
s.source = { :git => "https://github.com/jessesquires/MessagesTableViewController.git", :tag => s.version.to_s }
s.platform = :ios, '5.0'
s.source_files = 'JSMessagesTableViewController'
s.resources = "JSMessagesTableViewController/Resources/**/*.*"
s.frameworks = 'AudioToolbox'
s.requires_arc = true
end
15 changes: 15 additions & 0 deletions JSMessagesViewController/1.1.0/JSMessagesViewController.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "JSMessagesViewController"
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 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" }
s.source = { :git => "https://github.com/jessesquires/MessagesTableViewController.git", :tag => s.version.to_s }
s.platform = :ios, '5.0'
s.source_files = 'JSMessagesTableViewController'
s.resources = "JSMessagesTableViewController/Resources/**/*.*"
s.frameworks = 'AudioToolbox'
s.requires_arc = true
end

0 comments on commit 7b92d5d

Please sign in to comment.