diff --git a/ios/react-native-custom-tabs.podspec b/react-native-custom-tabs.podspec similarity index 82% rename from ios/react-native-custom-tabs.podspec rename to react-native-custom-tabs.podspec index 4b543e1..2b8190a 100644 --- a/ios/react-native-custom-tabs.podspec +++ b/react-native-custom-tabs.podspec @@ -1,6 +1,6 @@ require 'json' -package = JSON.parse(File.read(File.join(__dir__, '../package.json'))) +package = JSON.parse(File.read(File.join(__dir__, 'package.json'))) Pod::Spec.new do |s| s.name = "react-native-custom-tabs" @@ -16,6 +16,7 @@ Pod::Spec.new do |s| s.header_dir = 'ios' s.preserve_paths = "ios/**" s.dependency 'React' - s.source_files = "ios/**/*.{h,m}" + s.source_files = 'ios/**/*.{h,m}' + s.exclude_files = 'android/**/*' s.libraries = "stdc++" end