Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati Bot committed Dec 20, 2015
1 parent e3cbb08 commit e6145fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MBCircularProgressBar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/**/*'
Expand Down

0 comments on commit e6145fd

Please sign in to comment.