Skip to content

Commit 38b31fe

Browse files
committed
Updated podspec
1 parent 7f64ff6 commit 38b31fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SlackTextViewController.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
@version = "1.9.5"
1+
@version = "1.10.0"
22

33
Pod::Spec.new do |s|
4-
s.name = "SlackTextViewController"
4+
s.name = "CHSlackTextViewController"
55
s.version = @version
66
s.summary = "A drop-in UIViewController subclass with a custom growing text input and other useful messaging features."
77
s.description = "Meant to be a replacement for UITableViewController & UICollectionViewController. This library is used in Slack's iOS app. It was built to fit our needs, but is flexible enough to be reused by others wanting to build great messaging apps for iOS."
88
s.homepage = "https://slack.com/"
99
s.screenshots = "https://github.com/slackhq/SlackTextViewController/raw/master/Screenshots/slacktextviewcontroller_demo.gif"
1010
s.license = { :type => 'MIT', :file => 'LICENSE' }
1111
s.author = { "Slack Technologies, Inc." => "ios-team@slack-corp.com" }
12-
s.source = { :git => "https://github.com/slackhq/SlackTextViewController.git", :tag => "v#{s.version}" }
12+
s.source = { :git => "https://github.com/zoyi/SlackTextViewController.git", :tag => "v#{s.version}" }
1313

1414
s.platform = :ios, "7.0"
1515
s.requires_arc = true

0 commit comments

Comments
 (0)