Files
JBChartView/WebContentView/1.0.3/WebContentView.podspec
T
2012-10-02 22:50:09 +02:00

13 lines
900 B
Ruby

Pod::Spec.new do |s|
s.name = 'WebContentView'
s.version = '1.0.3'
s.summary = 'A simple native interface for rendering rich HTML content using a UIWebView.'
s.description = '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.license = { :type => 'zlib', :file => 'LICENCE.md' }
s.author = 'Nick Lockwood'
s.platform = :ios
s.source = { :git => 'https://github.com/nicklockwood/WebContentView.git', :tag => '1.0.3' }
s.source_files = 'WebContentView/WebContentView.{h,m}'
end