소스 검색

Merge pull request #196 from RobertBiehl/patch-1

Cocoapods: Fix issue <React/RCTConvert.h> not found
Mathieu Acthernoene 7 년 전
부모
커밋
7261037597
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      ReactNativePermissions.podspec

+ 1
- 0
ReactNativePermissions.podspec 파일 보기

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