Class: Build::Podspec
- Inherits:
-
Object
- Object
- Build::Podspec
- Defined in:
- lib/core_blur/podspec.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#podspec_content ⇒ Object
Returns the value of attribute podspec_content.
Instance Method Summary collapse
-
#initialize(path) ⇒ Podspec
constructor
A new instance of Podspec.
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
#path ⇒ Object
Returns the value of attribute path.
6 7 8 |
# File 'lib/core_blur/podspec.rb', line 6 def path @path end |
#podspec_content ⇒ Object
Returns the value of attribute podspec_content.
7 8 9 |
# File 'lib/core_blur/podspec.rb', line 7 def podspec_content @podspec_content end |