Browse Source

Merge pull request #196 from RobertBiehl/patch-1

Cocoapods: Fix issue <React/RCTConvert.h> not found
Mathieu Acthernoene 8 years ago
parent
commit
7261037597
1 changed files with 1 additions and 0 deletions
  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