Преглед изворни кода

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