Sha256: 9f88b8de7196276c193e06c9eed16668b3a2d5b189e4817c09715a3ee5a1ee5a

Contents?: true

Size: 241 Bytes

Versions: 5

Compression:

Stored size: 241 Bytes

Contents

module Fastlane
  module Actions
    class CocoapodsAction < Action
      def self.run(_params)
        Actions.sh('pod install')
      end

      def self.description
        "Runs `pod install` for the project"
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fastlane-0.10.0 lib/fastlane/actions/install_cocapods.rb
fastlane-0.9.0 lib/fastlane/actions/install_cocapods.rb
fastlane-0.8.1 lib/fastlane/actions/install_cocapods.rb
fastlane-0.8.0 lib/fastlane/actions/install_cocapods.rb
fastlane-0.7.0 lib/fastlane/actions/install_cocapods.rb