Skip to content

Commit b89e7d2

Browse files
committed
version 2.0
1 parent ce324c4 commit b89e7d2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

JSMessagesViewController.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "JSMessagesViewController"
3-
s.version = "1.2.1"
3+
s.version = "2.0"
44
s.summary = "A messages UI for iPhone and iPad."
55
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."
66
s.homepage = "https://github.com/jessesquires/MessagesTableViewController"
77
s.license = 'MIT License'
8-
s.author = { "Jesse Squires" => "jesse.d.[email protected]" }
9-
s.source = { :git => "https://github.com/zhigang1992/MessagesTableViewController.git", :tag => s.version.to_s }
8+
s.author = { "Jesse Squires" => "jesse.squires.developer@gmail.com" }
9+
s.source = { :git => "https://github.com/jessesquires/MessagesTableViewController.git", :tag => s.version.to_s }
1010
s.platform = :ios, '5.0'
1111
s.source_files = 'JSMessagesTableViewController'
1212
s.resources = "JSMessagesTableViewController/Resources/**/*.*"

MessagesDemo/MessagesDemo-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.1.0</string>
20+
<string>2.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1.1.0</string>
24+
<string>2.0</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>UIRequiredDeviceCapabilities</key>

0 commit comments

Comments
 (0)