Sha256: d79741081e2d3fcd67a1e22be139cc06cd2adb6bd58d7713a2a5f26545c283b5

Contents?: true

Size: 392 Bytes

Versions: 4

Compression:

Stored size: 392 Bytes

Contents

require 'cocoapods-jiffy'

Pod::HooksManager.register('cocoapods-jiffy', :pre_install) do |installer_context|
  podfile = installer_context.podfile
  podfile.use_frameworks!
  if CocoapodsJiffy.build_jiffy
    podfile.install!('cocoapods', podfile.installation_method.last.merge(integrate_targets: false))
  end

  CocoapodsJiffy.ensure_dependencies_exclusive if CocoapodsJiffy.use_jiffy
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cocoapods-jiffy-0.1.3 lib/cocoapods-jiffy/pre_install.rb
cocoapods-jiffy-0.1.2 lib/cocoapods-jiffy/pre_install.rb
cocoapods-jiffy-0.1.1 lib/cocoapods-jiffy/pre_install.rb
cocoapods-jiffy-0.1.0 lib/cocoapods-jiffy/pre_install.rb