Skip to content

Commit

Permalink
[New Pod] ATMHud 0.0.1: Library for the creation of HUDs in iPhone ap…
Browse files Browse the repository at this point in the history
…plications.
  • Loading branch information
Mo Mobarak authored and alloy committed Nov 19, 2011
1 parent 2c9d732 commit 4658416
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ATMHud/0.0.1/ATMHud.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Pod::Spec.new do |s|
s.name = 'ATMHud'
s.version = '0.0.1'
s.platform = :ios
s.summary = 'Library for the creation of HUDs in iPhone applications.'
s.homepage = 'https://github.com/atomton/ATMHud'
s.author = { 'atomtom' => 'pool@atomton.net' }
s.source = { :git => 'git://github.com/atomton/ATMHud.git', :commit => 'fc79fed7268362c744de5470169db0a381866ad7' }
s.source_files = 'ATM*.{h,m}'
end

0 comments on commit 4658416

Please sign in to comment.