Class: Pod::Command::Binary
- Inherits:
-
Pod::Command
- Object
- Pod::Command
- Pod::Command::Binary
- Defined in:
- lib/cocoapods-aries-binary/command/binary.rb,
lib/cocoapods-aries-binary/command/source.rb,
lib/cocoapods-aries-binary/command/install.rb,
lib/cocoapods-aries-binary/command/package.rb
Defined Under Namespace
Classes: Install, Package, Source
Instance Method Summary collapse
Instance Method Details
#verify_binaryfile_exists! ⇒ Object
16 17 18 19 20 |
# File 'lib/cocoapods-aries-binary/command/binary.rb', line 16 def verify_binaryfile_exists! unless Pod::Binaryfile.instance.file_exists? raise Informative, "No `Binaryfile' found in the project directory." end end |