Kaynağa Gözat

Fix podspec by excluding Example

Ian Grayson 8 yıl önce
ebeveyn
işleme
63b8880ef5
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      ReactNativePermissions.podspec

+ 1
- 0
ReactNativePermissions.podspec Dosyayı Görüntüle

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