We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cb2f0 commit 3a209b6Copy full SHA for 3a209b6
BVLinearGradient.podspec
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
s.author = { "Brent Vatne" => "brentvatne@gmail.com" }
12
s.ios.deployment_target = '7.0'
13
s.tvos.deployment_target = '9.0'
14
- s.source = { :git => "https://github.com/brentvatne/react-native-linear-gradient.git", :tag => "#{s.version}" }
+ s.source = { :git => "https://github.com/brentvatne/react-native-linear-gradient.git", :tag => "v#{s.version}" }
15
s.source_files = 'BVLinearGradient/*.{h,m}'
16
s.preserve_paths = "**/*.js"
17
s.frameworks = 'UIKit', 'QuartzCore', 'Foundation'
0 commit comments