Sha256: 3035e6c6ab762a8a04549eb0320e752314e5f4f6f0a619a021e0be0dc362af83
Contents?: true
Size: 471 Bytes
Versions: 2
Compression:
Stored size: 471 Bytes
Contents
require_relative '../tool/tool' module Pod class Prebuild # Pass the data between the 2 steps # # At step 2, the normal pod install, it needs some info of the # prebuilt step. So we store it here. # class Passer # indicate the add/remove/update of prebuit pods # @return [Analyzer::SpecsState] # class_attr_accessor :prebuild_pods_changes end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-binary-0.3.1 | lib/cocoapods-binary/helper/passer.rb |
cocoapods-binary-0.3 | lib/cocoapods-binary/helper/passer.rb |