Browse Source

Remove inexistant files

Mathieu Acthernoene 8 years ago
parent
commit
1be347f341
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ReactNativePermissions.podspec

+ 1 - 1
ReactNativePermissions.podspec

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