Sfoglia il codice sorgente

Add React dep to podspec

Mathieu Acthernoene 8 anni fa
parent
commit
e3b4d85cb3
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      ReactNativePermissions.podspec

+ 2
- 0
ReactNativePermissions.podspec Vedi 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
+
22
+  s.dependency             'React'
21
 end
23
 end