Skip to content

Commit

Permalink
Update cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
mureev committed Jan 30, 2014
1 parent a78f638 commit 9482b00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMHTMLView.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CMHTMLView'
s.version = '0.2.0'
s.version = '0.3.0'
s.license = 'MIT'
s.summary = 'CMHTMLView is UIWebView wrapper to provide easy access to show rich text content (HTML) with native look and feel.'
s.homepage = 'https://github.com/mureev/CMHTMLView'
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
}
s.source = {
:git => 'https://github.com/mureev/CMHTMLView.git',
:tag => '0.2.0'
:tag => '0.3.0'
}
s.requires_arc = true
s.source_files = 'CMHTMLView/*.{h,m}'
Expand Down

0 comments on commit 9482b00

Please sign in to comment.