Also include RCT as the JS code requires it.

This commit is contained in:
Ognen Ivanovski 2018-03-06 15:22:26 +01:00
parent 01bc01e230
commit 092d925b27
1 changed files with 1 additions and 1 deletions

View File

@ -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'