Przeglądaj źródła

Add React dep to podspec

Mathieu Acthernoene 7 lat temu
rodzic
commit
e3b4d85cb3
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2
    0
      ReactNativePermissions.podspec

+ 2
- 0
ReactNativePermissions.podspec Wyświetl plik

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