Sha256: 05e0dc2161a90fce80c4bb62e90bffa30dada4e238781d5cbe64035cc37e26fa
Contents?: true
Size: 626 Bytes
Versions: 1
Compression:
Stored size: 626 Bytes
Contents
module Pod class Command class Keys < Command include ProjectDirectory require 'pod/command/keys/list' require 'pod/command/keys/set' require 'pod/command/keys/get' require 'pod/command/keys/rm' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-keys-1.4.0 | lib/pod/command/keys.rb |