Sha256: cbe1d0dfd597a85963d33b2b9c7f6f2ca816ebb581afb7e65de4d9db558c1984

Contents?: true

Size: 822 Bytes

Versions: 20

Compression:

Stored size: 822 Bytes

Contents

require 'cocoapods-fix-react-native/fix_with_context'
require 'cocoapods-fix-react-native/issues/react_dependency_version'

Pod::HooksManager.register('cocoapods-fix-react-native', :pre_install) do |context|
  # The pre-fix resolver, usually for modifying Podspecs
  fixer = CocoaPodsFixReactNative.new
  fixer.pre_fix_with_context(context)
end


Pod::HooksManager.register('cocoapods-fix-react-native', :post_install) do |context|
  # Check that the min version of iOS has been set right for CocoaPods
  # This happens when a pod has a lower than iOS 6 deployment target.
  dep_version = ReactDependencyVersion.new
  dep_version.fix_with_context(context)

  # The post-fix resolver, for editing the RN source code after it's been installed
  fixer = CocoaPodsFixReactNative.new
  fixer.post_fix_with_context(context)
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
cocoapods-fix-react-native-2019.09.17.15 lib/cocoapods_plugin.rb
cocoapods-fix-react-native-2019.03.19.11 lib/cocoapods_plugin.rb
cocoapods-fix-react-native-2019.02.11.19 lib/cocoapods_plugin.rb
cocoapods-fix-react-native-2019.01.26.16 lib/cocoapods_plugin.rb
cocoapods-fix-react-native-2019.01.16.18 lib/cocoapods_plugin.rb
cocoapods-fix-react-native-2018.12.08.00 lib/cocoapods_plugin.rb
cocoapods-fix-react-native-2018.12.02.17 lib/cocoapods_plugin.rb
cocoapods-fix-react-native-2018.11.13.19 lib/cocoapods_plugin.rb
cocoapods-fix-react-native-2018.10.31.23 lib/cocoapods_plugin.rb
cocoapods-fix-react-native-2018.10.13.14 lib/cocoapods_plugin.rb
cocoapods-fix-react-native-2018.10.12.20 lib/cocoapods_plugin.rb
cocoapods-fix-react-native-2018.09.18.17 lib/cocoapods_plugin.rb
cocoapods-fix-react-native-2018.09.11.01 lib/cocoapods_plugin.rb
cocoapods-fix-react-native-2018.08.29.00 lib/cocoapods_plugin.rb
cocoapods-fix-react-native-2018.07.04.16 lib/cocoapods_plugin.rb
cocoapods-fix-react-native-2018.05.17.19 lib/cocoapods_plugin.rb
cocoapods-fix-react-native-2018.05.15.11 lib/cocoapods_plugin.rb
cocoapods-fix-react-native-2018.05.08.12 lib/cocoapods_plugin.rb
cocoapods-fix-react-native-2018.05.03.12 lib/cocoapods_plugin.rb
cocoapods-fix-react-native-2018.05.03.10 lib/cocoapods_plugin.rb