Class: Pod::Command::Binary
- Inherits:
-
Pod::Command
- Object
- Pod::Command
- Pod::Command::Binary
- 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
Defined Under Namespace
Classes: Assemble, Lib, Lint, Package, Publish, Pull, Push
Constant Summary collapse
- FIRE_FLAG =
"2dfire"
Instance Method Summary collapse
- #fire_sources ⇒ Object
-
#first_podspec ⇒ Object
FIRE_FLAG = “private”.
Instance Method Details
#fire_sources ⇒ Object
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_podspec ⇒ Object
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 |