Skip to content

Commit

Permalink
Update version to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjaprox committed Dec 12, 2015
1 parent 1f9d1ff commit fa53a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NVActivityIndicatorView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "NVActivityIndicatorView"
s.version = "2.1"
s.version = "2.2"
s.summary = "A collection of nice loading animations"
s.homepage = "https://github.com/ninjaprox/NVActivityIndicatorView"
s.screenshots = "https://raw.githubusercontent.com/ninjaprox/NVActivityIndicatorView/master/Demo.gif"
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|

s.platform = :ios, '8.0'

s.source = { :git => "https://github.com/ninjaprox/NVActivityIndicatorView.git", :tag => "v2.1" }
s.source = { :git => "https://github.com/ninjaprox/NVActivityIndicatorView.git", :tag => "v2.2" }
s.source_files = "NVActivityIndicatorView/**/*.swift"

s.frameworks = "UIKit", "QuartzCore"
Expand Down

0 comments on commit fa53a33

Please sign in to comment.