Browse Source

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

See #191.
Fixes issue <React/RCTConvert.h> by adding the missing dependency.
Robert Biehl 7 years ago
parent
commit
e251f2a225
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      ReactNativePermissions.podspec

+ 1
- 0
ReactNativePermissions.podspec View File

18
   s.preserve_paths         = 'LICENSE', 'package.json'
18
   s.preserve_paths         = 'LICENSE', 'package.json'
19
   s.source_files           = '**/*.{h,m}'
19
   s.source_files           = '**/*.{h,m}'
20
   s.exclude_files          = 'example/**/*'
20
   s.exclude_files          = 'example/**/*'
21
+  s.dependency               'React'
21
 end
22
 end