Skip to content

Commit 6a49884

Browse files
authored
update pod info
1 parent 7f82529 commit 6a49884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MessageViewController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Pod::Spec.new do |spec|
22
spec.name = 'MessageViewController'
33
spec.version = '0.1.1'
44
spec.license = { :type => 'MIT' }
5-
spec.homepage = 'https://github.com/rnystrom/GitHawk'
5+
spec.homepage = 'https://github.com/GitHawkApp/MessageViewController'
66
spec.authors = { 'Ryan Nystrom' => 'rnystrom@whoisryannystrom.com' }
77
spec.summary = 'Replacement for SlackTextViewController.'
8-
spec.source = { :git => 'https://github.com/rnystrom/GitHawk.git', :tag => '#{s.version}' }
8+
spec.source = { :git => 'https://github.com/GitHawkApp/MessageViewController.git', :tag => '#{s.version}' }
99
spec.source_files = 'MessageViewController/*.swift'
1010
spec.platform = :ios, '10.0'
1111
end

0 commit comments

Comments
 (0)