Class: Pod::PodTarget

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-static-swift-framework/command/patch/static_pod.rb

Instance Method Summary collapse

Instance Method Details

#static_framework?Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/cocoapods-static-swift-framework/command/patch/static_pod.rb', line 3

def static_framework?
    return true
end