Update pod dependency to support rn 0.60 (#1019)

* Update pod dependency to support rn 0.60

* Update RNImageCropPicker.podspec
This commit is contained in:
Sunny Luo 2019-07-06 19:46:12 +08:00 committed by Ivan Pusic
parent 42fd20edd6
commit ef4635cc94

View File

@ -14,5 +14,6 @@ Pod::Spec.new do |s|
s.platform = :ios, "8.0"
s.dependency 'RSKImageCropper'
s.dependency 'QBImagePickerController'
s.dependency 'React/Core'
s.dependency 'React-Core'
s.dependency 'React-RCTImage'
end