Skip to content

Commit

Permalink
Bumping Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Kluz authored and Philip Kluz committed Mar 25, 2015
1 parent 8eb6a9c commit a4a2c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PKHUD.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = 'PKHUD'
s.module_name = 'PKHUD'
s.version = '1.0.0'
s.version = '2.0.0'
s.summary = 'A Swift based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8'
s.homepage = 'https://github.com/pkluz/PKHUD'
s.license = 'MIT'
s.author = { 'Philip Kluz' => '[email protected]' }
s.platform = :ios, '8.0'
s.ios.deployment_target = '8.0'
s.requires_arc = true
s.source = { :git => 'https://github.com/pkluz/PKHUD.git', :tag => '1.0.0' }
s.source = { :git => 'https://github.com/pkluz/PKHUD.git', :tag => '2.0.0' }
s.source_files = 'PKHUD/**/*.{h,swift}'
s.resources = 'PKHUD/*.xcassets'
end

0 comments on commit a4a2c9b

Please sign in to comment.