Sha256: 92324b438dbfe3fbcbe237fb69b12bd05e744955c8719f64292a48980ba56c4f
Contents?: true
Size: 523 Bytes
Versions: 6
Compression:
Stored size: 523 Bytes
Contents
module Pod class Command class Keys < Command require 'pod/command/keys/list' require 'pod/command/keys/set' self.summary = "A key value store for environment settings in Cocoa Apps." self.description = <<-DESC CocoaPods Keys will store sensitive data in your Mac's keychain. Then on running pod install they will be installed into your app's source code via the Pods library. DESC self.abstract_command = true self.default_subcommand = 'list' end end end
Version data entries
6 entries across 6 versions & 1 rubygems