Browse Source

Cocoapods: Fix issue <React/RCTConvert.h> not found

See #191.
Fixes issue <React/RCTConvert.h> by adding the missing dependency.
Robert Biehl 8 năm trước cách đây
mục cha
commit
e251f2a225
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      ReactNativePermissions.podspec

+ 1 - 0
ReactNativePermissions.podspec

@@ -18,4 +18,5 @@ Pod::Spec.new do |s|
   s.preserve_paths         = 'LICENSE', 'package.json'
   s.source_files           = '**/*.{h,m}'
   s.exclude_files          = 'example/**/*'
+  s.dependency               'React'
 end