diff --git a/react-native-video.podspec b/react-native-video.podspec index 9eb7fd9e..c8d03443 100644 --- a/react-native-video.podspec +++ b/react-native-video.podspec @@ -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