Update react-native-video.podspec (#408)
When directory structure was refactored, source files were moved to `ios/` dir, but the podspec wasn't updated to reflect this.
This commit is contained in:
parent
5c2940f73d
commit
595bc19c87
@ -15,7 +15,7 @@ Pod::Spec.new do |s|
|
||||
|
||||
s.source = { :git => "https://github.com/brentvatne/react-native-video.git", :tag => "#{s.version}" }
|
||||
|
||||
s.source_files = "*.{h,m}"
|
||||
s.source_files = "ios/*.{h,m}"
|
||||
|
||||
s.dependency "React"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user