Bläddra i källkod

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

Fix podspec by excluding Example
Yonah Forst 8 år sedan
förälder
incheckning
22b3d3a20e
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