Bläddra i källkod

Fix podspec by excluding Example

Ian Grayson 8 år sedan
förälder
incheckning
63b8880ef5
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      ReactNativePermissions.podspec

+ 1
- 0
ReactNativePermissions.podspec Visa fil

@@ -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