Removed GitHub warnings.

This commit is contained in:
Fabio Pelosin
2012-06-29 15:37:34 +02:00
parent 0e91086eb2
commit 1229786dc6
130 changed files with 129 additions and 131 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.summary = 'WebContentView provides a simple native interface for rendering rich HTML content in an iPhone app using a UIWebView. It is not designed to work as a embedded web browser for on or offline content, it doesn\'t load URLs - think of it more as a "rich" version of the UITextView, where content can be set using HTML instead of plain text.'
s.homepage = 'http://charcoaldesign.co.uk/source/cocoa#webcontentview'
s.author = 'Nick Lockwood'
s.source = { :git => 'git://github.com/nicklockwood/WebContentView.git', :tag => '1.0.3' }
s.source = { :git => 'https://github.com/nicklockwood/WebContentView.git', :tag => '1.0.3' }
s.source_files = 'WebContentView/WebContentView.{h,m}'
end