Przeglądaj źródła

Remove inexistant files

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

+ 1
- 1
ReactNativePermissions.podspec Wyświetl plik

@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17 17
 
18 18
   s.dependency 'React'
19 19
 
20
-  s.preserve_paths      = 'docs', 'CHANGELOG.md', 'LICENSE', 'package.json', 'ReactNativePermissions.ios.js'
20
+  s.preserve_paths      = 'LICENSE', 'package.json'
21 21
   s.source_files        = '**/*.{h,m}'
22 22
   s.exclude_files       = 'example/**/*'
23 23
 end