File tree Expand file tree Collapse file tree
SlackTextViewController/SlackTextViewController Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- @version = "1.9.6 "
1+ @version = "1.9.8-bw "
22
33Pod ::Spec . new do |s |
44 s . name = "SlackTextViewController"
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
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/brightwheel /SlackTextViewController.git" , :tag => "v#{ s . version } " }
1313
1414 s . frameworks = 'CoreGraphics' , 'UIKit'
1515 s . platform = :ios , "7.0"
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.9.7-b </string >
18+ <string >1.9.8-bw </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -2213,7 +2213,6 @@ - (void)scrollViewDidScroll:(UIScrollView *)scrollView
22132213 _keyboardHeightBeforeDragging = self.keyboardHC .constant ;
22142214 }
22152215 }
2216- [self dismissKeyboard: YES ];
22172216}
22182217
22192218
You can’t perform that action at this time.
0 commit comments