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:
Gil Birman 2016-12-06 10:41:07 -08:00 committed by Matt Apperson
parent 5c2940f73d
commit 595bc19c87

View File

@ -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 = { :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" s.dependency "React"
end end