Class: Pod::Command::Binary

Inherits:
Pod::Command show all
Defined in:
lib/cocoapods-tdfire-binary/command/lib.rb,
lib/cocoapods-tdfire-binary/command/lint.rb,
lib/cocoapods-tdfire-binary/command/pull.rb,
lib/cocoapods-tdfire-binary/command/push.rb,
lib/cocoapods-tdfire-binary/command/binary.rb,
lib/cocoapods-tdfire-binary/command/package.rb,
lib/cocoapods-tdfire-binary/command/publish.rb,
lib/cocoapods-tdfire-binary/command/assemble.rb,
lib/cocoapods-tdfire-binary/command/lib/create.rb

Direct Known Subclasses

Assemble, Lib, Lint, Package, Publish, Pull, Push

Defined Under Namespace

Classes: Assemble, Lib, Lint, Package, Publish, Pull, Push

Constant Summary collapse

FIRE_FLAG =
"2dfire"

Instance Method Summary collapse

Instance Method Details

#fire_sourcesObject



25
26
27
28
29
# File 'lib/cocoapods-tdfire-binary/command/binary.rb', line 25

def fire_sources
  config.sources_manager.all.select do |source|
    source.url.downcase.include? FIRE_FLAG
  end
end

#first_podspecObject

FIRE_FLAG = “private”



21
22
23
# File 'lib/cocoapods-tdfire-binary/command/binary.rb', line 21

def first_podspec
    Dir["#{Dir.pwd}/*.podspec"].first
end