mirror of
https://github.com/status-im/react-native-linear-gradient.git
synced 2026-08-30 22:01:13 +00:00
Fix path to moved objc source files.
This commit is contained in:
@@ -5,8 +5,8 @@ Pod::Spec.new do |s|
|
||||
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}" }
|
||||
s.source_files = '*.{h,m}'
|
||||
s.source_files = 'BVLinearGradient/*.{h,m}'
|
||||
s.preserve_paths = "**/*.js"
|
||||
s.dependency 'React'
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user