diff --git a/CMHTMLView.podspec b/CMHTMLView.podspec index d426f66..6cc1a46 100644 --- a/CMHTMLView.podspec +++ b/CMHTMLView.podspec @@ -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 \ No newline at end of file +end