Browse Source

Add React dep to podspec

Mathieu Acthernoene 8 năm trước cách đây
mục cha
commit
e3b4d85cb3
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      ReactNativePermissions.podspec

+ 2 - 0
ReactNativePermissions.podspec

@@ -18,4 +18,6 @@ Pod::Spec.new do |s|
   s.preserve_paths         = 'LICENSE', 'package.json'
   s.source_files           = '**/*.{h,m}'
   s.exclude_files          = 'example/**/*'
+
+  s.dependency             'React'
 end