Skip to content

Commit

Permalink
Update version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjaprox committed Jan 31, 2016
1 parent 638159e commit 7f6cf94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NVBnbCollectionView.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "NVBnbCollectionView"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "An Airbnb-inspired collection view"
s.homepage = "https://github.com/ninjaprox/NVBnbCollectionView"
s.screenshots = ["https://raw.githubusercontent.com/ninjaprox/NVBnbCollectionView/master/Demo-portrait.gif",
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|

s.platform = :ios, '7.0'

s.source = { :git => "https://github.com/ninjaprox/NVBnbCollectionView.git", :tag => "v1.0.1" }
s.source = { :git => "https://github.com/ninjaprox/NVBnbCollectionView.git", :tag => "v1.0.2" }
s.source_files = "NVBnbCollectionView/*.{h,m}"

s.frameworks = "UIKit"
Expand Down

0 comments on commit 7f6cf94

Please sign in to comment.