Fix CocoaPods spec for FaceDetector

This commit is contained in:
Ceyhun Ozugur 2018-06-18 12:38:37 +02:00 committed by GitHub
parent 77e158dc2d
commit ed8922a0ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,14 @@ Pod::Spec.new do |s|
end
s.subspec "FaceDetector" do |ss|
ss.dependency 'react-native-camera/RN'
ss.dependency 'GoogleMobileVision/Detector', '~> 1.1.0'
ss.dependency 'GoogleMobileVision/MVDataOutput', '~> 1.1.0'
ss.dependency 'GoogleMobileVision/FaceDetector', '~> 1.1.0'
ss.source_files = "ios/FaceDetector/**/*.{h,m}"
s.static_framework = true
end
s.default_subspecs = "RN", "RCT"