From 969f15674a61e17a4c95ff1f64135d9787f87ca1 Mon Sep 17 00:00:00 2001 From: hunungare Date: Mon, 16 Oct 2017 23:56:36 -0700 Subject: [PATCH] removed blank lines minimizing lines requirement as removed the blank spaces and arranged the brackets position --- CMHTMLView.podspec | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) 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