From e6145fdd74d26a3d0eba407c225183925ba23532 Mon Sep 17 00:00:00 2001 From: Mati Bot Date: Sun, 20 Dec 2015 17:56:42 +0200 Subject: [PATCH] update podspec --- MBCircularProgressBar.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MBCircularProgressBar.podspec b/MBCircularProgressBar.podspec index 91e94db..83a44e1 100644 --- a/MBCircularProgressBar.podspec +++ b/MBCircularProgressBar.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "MBCircularProgressBar" - s.version = "0.3.2" + s.version = "0.3.3" s.summary = "a circular animatable & IB highly customizable progress bar" s.description = <<-DESC a circular animatable & Interface Builder highly customizable progress bar @@ -21,7 +21,7 @@ a circular animatable & Interface Builder highly customizable progress bar s.source = { :git => "https://github.com/matibot/MBCircularProgressBar.git", :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/@b0tnik' - s.platform = :ios, '7.0' + s.platform = :ios, '8.0' s.requires_arc = true s.source_files = 'Pod/Classes/**/*'