Преглед на файлове

Merge pull request #196 from RobertBiehl/patch-1

Cocoapods: Fix issue <React/RCTConvert.h> not found
Mathieu Acthernoene преди 8 години
родител
ревизия
7261037597
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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