Commit 28a5fa91 authored by Fabio Pelosin's avatar Fabio Pelosin

[Platform] Removed options accessor.

parent fdcbd63f
...@@ -8,7 +8,7 @@ module Pod ...@@ -8,7 +8,7 @@ module Pod
new :osx new :osx
end end
attr_reader :options, :deployment_target attr_reader :deployment_target
def initialize(symbolic_name, deployment_target = nil) def initialize(symbolic_name, deployment_target = nil)
@symbolic_name = symbolic_name @symbolic_name = symbolic_name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment