浏览代码

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.preserve_paths         = 'LICENSE', 'package.json'
   s.source_files           = '**/*.{h,m}'
   s.source_files           = '**/*.{h,m}'
   s.exclude_files          = 'example/**/*'
   s.exclude_files          = 'example/**/*'
+  s.dependency               'React'
 end
 end