Skip to content

Commit a4a2c9b

Browse files
Philip KluzPhilip Kluz
Philip Kluz
authored and
Philip Kluz
committed
Bumping Podspec
1 parent 8eb6a9c commit a4a2c9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PKHUD.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Pod::Spec.new do |s|
22
s.name = 'PKHUD'
33
s.module_name = 'PKHUD'
4-
s.version = '1.0.0'
4+
s.version = '2.0.0'
55
s.summary = 'A Swift based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8'
66
s.homepage = 'https://github.com/pkluz/PKHUD'
77
s.license = 'MIT'
88
s.author = { 'Philip Kluz' => 'Philip.Kluz@gmail.com' }
99
s.platform = :ios, '8.0'
1010
s.ios.deployment_target = '8.0'
1111
s.requires_arc = true
12-
s.source = { :git => 'https://github.com/pkluz/PKHUD.git', :tag => '1.0.0' }
12+
s.source = { :git => 'https://github.com/pkluz/PKHUD.git', :tag => '2.0.0' }
1313
s.source_files = 'PKHUD/**/*.{h,swift}'
1414
s.resources = 'PKHUD/*.xcassets'
1515
end

0 commit comments

Comments
 (0)