Skip to content

Commit 162a6db

Browse files
authored
Updated PodSpec
1 parent 46412fd commit 162a6db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

IHProgressHUD.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
Pod::Spec.new do |s|
1111

1212
s.name = 'IHProgressHUD'
13-
s.version = '0.1.0'
13+
s.version = '0.1.2'
1414
s.summary = 'A clean and lightweight progress HUD for iOS and tvOS app based on SVProgressHUD, written in Swift.'
1515
s.license = 'MIT'
16-
s.homepage = 'https://github.com/Ibrahimhass/IHProgressHUD'
16+
s.homepage = 'https://github.com/Swiftify-Corp/IHProgressHUD/'
1717
s.swift_version = "4.2"
1818
s.author = { '[email protected]' => '[email protected]' }
19-
s.source = { :git => 'https://github.com/Ibrahimhass/IHProgressHUD.git', :tag => s.version.to_s }
19+
s.source = { :git => 'https://github.com/Swiftify-Corp/IHProgressHUD.git', :tag => s.version.to_s }
2020
s.social_media_url = 'https://twitter.com/IbrahimH_ss_n'
2121

2222
s.ios.deployment_target = '8.0'

0 commit comments

Comments
 (0)