Skip to content

Commit

Permalink
Add WebContentView v1.0.4 by @nicklockwood.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty committed Apr 21, 2012
1 parent 63ee607 commit 2a3bd2e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions WebContentView/1.0.4/WebContentView.podspec
@@ -0,0 +1,10 @@
Pod::Spec.new do |s|
s.name = 'WebContentView'
s.version = '1.0.4'
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_files = 'WebContentView/WebContentView.{h,m}'
s.clean_paths = 'WebContentViewExample', 'WebContentViewExample.xcodeproj'
end

0 comments on commit 2a3bd2e

Please sign in to comment.