Skip to content

Commit

Permalink
[Platform] Removed options accessor.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed May 4, 2012
1 parent fdcbd63 commit 28a5fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cocoapods/platform.rb
Expand Up @@ -8,7 +8,7 @@ def self.osx
new :osx
end

attr_reader :options, :deployment_target
attr_reader :deployment_target

def initialize(symbolic_name, deployment_target = nil)
@symbolic_name = symbolic_name
Expand Down

0 comments on commit 28a5fa9

Please sign in to comment.