CocoaPods/Core

View on GitHub
lib/cocoapods-core/gem_version.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Pod
  # The version of the cocoapods-core.
  #
  CORE_VERSION = '1.16.2'.freeze unless defined? Pod::CORE_VERSION
end