Method: Pod::Lockfile#cocoapods_version
- Defined in:
- lib/cocoapods-core/lockfile.rb
permalink #cocoapods_version ⇒ Version
Returns The version of CocoaPods which generated this lockfile.
194 195 196 |
# File 'lib/cocoapods-core/lockfile.rb', line 194 def cocoapods_version Version.new(internal_data['COCOAPODS']) end |