Removed GitHub warnings.
This commit is contained in:
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
|
||||
s.summary = 'An asynchrounous IMAP client for iOS.'
|
||||
s.homepage = 'https://github.com/bcoe/IMAPClient'
|
||||
s.author = { 'bcoe' => 'bencoe@gmail.com' }
|
||||
s.source = { :git => 'git://github.com/bcoe/IMAPClient.git', :tag => '0.0.2' }
|
||||
s.source = { :git => 'https://github.com/bcoe/IMAPClient.git', :tag => '0.0.2' }
|
||||
s.description = 'An asynchrounous IMAP client for iOS.'
|
||||
s.platform = :ios
|
||||
s.source_files = 'Classes', 'Classes/**/*.{h,m}'
|
||||
|
||||
Reference in New Issue
Block a user