From 2a3bd2e8b3a8dc23d09701d13d685b674e3e9d01 Mon Sep 17 00:00:00 2001 From: Chih-Wei Lee Date: Sat, 21 Apr 2012 23:46:08 +0800 Subject: [PATCH] Add WebContentView v1.0.4 by @nicklockwood. --- WebContentView/1.0.4/WebContentView.podspec | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 WebContentView/1.0.4/WebContentView.podspec diff --git a/WebContentView/1.0.4/WebContentView.podspec b/WebContentView/1.0.4/WebContentView.podspec new file mode 100644 index 00000000000000..22189938330ede --- /dev/null +++ b/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