Fix path to moved objc source files.

This commit is contained in:
Joel Arvidsson 2016-02-07 17:13:31 +01:00
parent a062ad5bb7
commit 402587df36
1 changed files with 2 additions and 2 deletions

View File

@ -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