Skip to content

Commit 25595d2

Browse files
committed
chore: Transferred
1 parent c5d0d88 commit 25595d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DynamicBottomSheet.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'DynamicBottomSheet'
11-
s.version = '1.0.1'
11+
s.version = '1.0.2'
1212
s.summary = 'Customizable Dynamic Bottom Sheet Library for iOS'
1313

1414
s.description = <<-DESC
@@ -19,10 +19,10 @@ However, you can easily override variables in DynamicBottomSheetViewController a
1919
2020
DESC
2121

22-
s.homepage = 'https://github.com/Witi-Official/DynamicBottomSheet'
22+
s.homepage = 'https://github.com/aaronLab/DynamicBottomSheet'
2323
s.license = { :type => 'MIT', :file => 'LICENSE' }
2424
s.author = { 'Aaron Lee' => '[email protected]' }
25-
s.source = { :git => 'https://github.com/Witi-Official/DynamicBottomSheet.git', :tag => s.version.to_s }
25+
s.source = { :git => 'https://github.com/aaronLab/DynamicBottomSheet.git', :tag => s.version.to_s }
2626

2727
s.requires_arc = true
2828

0 commit comments

Comments
 (0)