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 7f82529 commit 6a49884Copy full SHA for 6a49884
MessageViewController.podspec
@@ -2,10 +2,10 @@ Pod::Spec.new do |spec|
2
spec.name = 'MessageViewController'
3
spec.version = '0.1.1'
4
spec.license = { :type => 'MIT' }
5
- spec.homepage = 'https://github.com/rnystrom/GitHawk'
+ spec.homepage = 'https://github.com/GitHawkApp/MessageViewController'
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}' }
+ spec.source = { :git => 'https://github.com/GitHawkApp/MessageViewController.git', :tag => '#{s.version}' }
9
spec.source_files = 'MessageViewController/*.swift'
10
spec.platform = :ios, '10.0'
11
end
0 commit comments