Class: Build::Podspec

Inherits:
Object
  • Object
show all
Defined in:
lib/core_blur/podspec.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ Podspec

Returns a new instance of Podspec.



8
9
10
11
# File 'lib/core_blur/podspec.rb', line 8

def initialize(path)
  @path = path
  @podspec_content = update_need_framework
end

Instance Attribute Details

#pathObject

Returns the value of attribute path.



6
7
8
# File 'lib/core_blur/podspec.rb', line 6

def path
  @path
end

#podspec_contentObject

Returns the value of attribute podspec_content.



7
8
9
# File 'lib/core_blur/podspec.rb', line 7

def podspec_content
  @podspec_content
end