Explorar el Código

Fix podspec by excluding Example

Ian Grayson hace 9 años
padre
commit
63b8880ef5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      ReactNativePermissions.podspec

+ 1 - 0
ReactNativePermissions.podspec

@@ -19,4 +19,5 @@ Pod::Spec.new do |s|
 
   s.preserve_paths      = 'docs', 'CHANGELOG.md', 'LICENSE', 'package.json', 'ReactNativePermissions.ios.js'
   s.source_files        = '**/*.{h,m}'
+  s.exclude_files       = 'Example/**/*'
 end