Skip to content

Commit

Permalink
Update HTDelegateProxy 0.0.2 spec to require ARC
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobjennings committed Nov 16, 2012
1 parent 41039d5 commit 99549ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HTDelegateProxy/0.0.2/HTDelegateProxy.podspec
Expand Up @@ -9,5 +9,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '4.3' s.ios.deployment_target = '4.3'
s.osx.deployment_target = '10.5' s.osx.deployment_target = '10.5'
s.source_files = 'Classes', '*.{h,m}' s.source_files = 'Classes', '*.{h,m}'
s.requires_arc = true
end end


0 comments on commit 99549ec

Please sign in to comment.