Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions CMHTMLView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@ Pod::Spec.new do |s|
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'
s.author = {
'Constantine Mureev' => 'mureev@gmail.com'
}
s.source = {
:git => 'https://github.com/mureev/CMHTMLView.git',
:tag => '0.3.0'
}
s.author = {'Constantine Mureev' => 'mureev@gmail.com'}
s.source = {:git => 'https://github.com/mureev/CMHTMLView.git',
:tag => '0.3.0'}
s.requires_arc = true
s.source_files = 'CMHTMLView/*.{h,m}'

s.ios.deployment_target = '6.0'
end
end