From 595bc19c87177b848c0a51b1ee68be8a19549dde Mon Sep 17 00:00:00 2001 From: Gil Birman Date: Tue, 6 Dec 2016 10:41:07 -0800 Subject: [PATCH] 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. --- react-native-video.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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