We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819350c commit 7f82529Copy full SHA for 7f82529
MessageViewController.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |spec|
2
spec.name = 'MessageViewController'
3
- spec.version = '0.1.0'
+ spec.version = '0.1.1'
4
spec.license = { :type => 'MIT' }
5
spec.homepage = 'https://github.com/rnystrom/GitHawk'
6
spec.authors = { 'Ryan Nystrom' => 'rnystrom@whoisryannystrom.com' }
7
spec.summary = 'Replacement for SlackTextViewController.'
8
spec.source = { :git => 'https://github.com/rnystrom/GitHawk.git', :tag => '#{s.version}' }
9
spec.source_files = 'MessageViewController/*.swift'
10
spec.platform = :ios, '10.0'
11
-end
+end
0 commit comments