diff --git a/react-native-camera.podspec b/react-native-camera.podspec index 2d26163..73abf11 100644 --- a/react-native-camera.podspec +++ b/react-native-camera.podspec @@ -27,7 +27,7 @@ Pod::Spec.new do |s| ss.source_files = "ios/FaceDetector/**/*.{h,m}" end - s.default_subspec = "RN" + s.default_subspecs = "RN", "RCT" s.preserve_paths = 'LICENSE', 'README.md', 'package.json', 'index.js'