Skip to content

Commit 3a209b6

Browse files
committed
Update tag in podspec file due to new tag (v2.x.x) namings
1 parent d8cb2f0 commit 3a209b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BVLinearGradient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.author = { "Brent Vatne" => "brentvatne@gmail.com" }
1212
s.ios.deployment_target = '7.0'
1313
s.tvos.deployment_target = '9.0'
14-
s.source = { :git => "https://github.com/brentvatne/react-native-linear-gradient.git", :tag => "#{s.version}" }
14+
s.source = { :git => "https://github.com/brentvatne/react-native-linear-gradient.git", :tag => "v#{s.version}" }
1515
s.source_files = 'BVLinearGradient/*.{h,m}'
1616
s.preserve_paths = "**/*.js"
1717
s.frameworks = 'UIKit', 'QuartzCore', 'Foundation'

0 commit comments

Comments
 (0)