Skip to content

Commit

Permalink
Podspec update to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielamitay committed Mar 12, 2014
1 parent 203f6d9 commit 9bbc231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DACircularProgress.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "DACircularProgress"
s.version = "2.1.0"
s.version = "2.2.0"
s.summary = "DACircularProgress is a UIView subclass with circular UIProgressView properties."
s.description = <<-DESC
DACircularProgress is a UIView subclass with circular UIProgressView properties.
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/danielamitay/DACircularProgress"
s.license = 'MIT'
s.author = { "Daniel Amitay" => "hello@danielamitay.com" }
s.source = { :git => "https://github.com/danielamitay/DACircularProgress.git", :tag => "2.1.0" }
s.source = { :git => "https://github.com/danielamitay/DACircularProgress.git", :tag => "2.2.0" }
s.platform = :ios, '5.0'
s.source_files = 'DACircularProgress'
s.framework = 'QuartzCore'
Expand Down

0 comments on commit 9bbc231

Please sign in to comment.