Match current version on podspec

This commit is contained in:
Gabriel Reis 2016-03-09 16:51:06 -05:00
parent d87a41e138
commit b3f9730260
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "BVLinearGradient"
s.version = "1.5.0"
s.version = "1.5.2"
s.homepage = "https://github.com/brentvatne/react-native-linear-gradient"
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/brentvatne/react-native-linear-gradient.git", :tag => "#{s.version}" }