Quellcode durchsuchen

Merge pull request #22 from convoyinc/igrayson/fix-podspec

Fix podspec by excluding Example
Yonah Forst vor 9 Jahren
Ursprung
Commit
22b3d3a20e
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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