Skip to content

Commit

Permalink
Merge pull request CocoaPods#856 from sibljon/master
Browse files Browse the repository at this point in the history
Add HTDelegateProxy 0.0.3
  • Loading branch information
fabiopelosin committed Dec 11, 2012
2 parents 3701eff + a374464 commit af9733b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions HTDelegateProxy/0.0.3/HTDelegateProxy.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "HTDelegateProxy"
s.version = "0.0.3"
s.summary = "A class that allows you to assign multiple delegates."
s.homepage = "https://github.com/hoteltonight/HTDelegateProxy"
s.license = 'MIT'
s.author = { "Jacob Jennings" => "jacob.r.jennings@gmail.com" }
s.source = { :git => "https://github.com/hoteltonight/HTDelegateProxy.git", :tag => "0.0.3" }
s.ios.deployment_target = '4.3'
s.osx.deployment_target = '10.5'
s.source_files = 'Classes', '*.{h,m}'
s.requires_arc = true
end

0 comments on commit af9733b

Please sign in to comment.