Skip to content

Commit

Permalink
[Fix] Add missing license info for WebContentView podspecs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty committed Aug 11, 2012
1 parent f171f03 commit 62a8876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WebContentView/1.0.3/WebContentView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Pod::Spec.new do |s|
s.version = '1.0.3'
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.license = { :type => 'zlib', :file => 'LICENCE.md' }
s.author = 'Nick Lockwood'
s.source = { :git => 'https://github.com/nicklockwood/WebContentView.git', :tag => '1.0.3' }
s.source_files = 'WebContentView/WebContentView.{h,m}'

end
2 changes: 1 addition & 1 deletion WebContentView/1.1/WebContentView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Pod::Spec.new do |s|
s.version = '1.1'
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.license = { :type => 'zlib', :file => 'LICENCE.md' }
s.author = 'Nick Lockwood'
s.source = { :git => 'https://github.com/nicklockwood/WebContentView.git', :tag => '1.1' }
s.source_files = 'WebContentView/WebContentView.{h,m}'

end

0 comments on commit 62a8876

Please sign in to comment.