Skip to content

Commit

Permalink
add podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
mix1009 committed Jan 18, 2013
1 parent 97263c3 commit 31d7942
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ATMHud.podspec
@@ -0,0 +1,14 @@
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 = { 'Marcel Müller' => 'pool@atomton.net' }
s.source = { :git => 'https://github.com/mix1009/ATMHud.git', :commit => '97263c3e5c0c785c99efd24cbb29dfdfb519627b' }
s.source_files = 'ATM*.{h,m}'
s.resources = '11-x.png', '19-check.png', 'pop.wav'
s.frameworks = 'QuartzCore', 'AudioToolbox'
s.license = 'BSD'
end

0 comments on commit 31d7942

Please sign in to comment.