Skip to content

Commit 7219725

Browse files
Update pod links to follow releases.
1 parent bde7a7d commit 7219725

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Web3Core.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Pod::Spec.new do |spec|
88
spec.osx.deployment_target = "10.15"
99
spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' }
1010
spec.summary = 'Core of web3swift library'
11-
spec.homepage = 'https://github.com/matter-labs/web3swift'
11+
spec.homepage = 'https://github.com/web3swift-team/web3swift'
1212
spec.author = {"Alex Vlasov" => "[email protected]", "Anton Grigorev" => "[email protected]", "Petr Korolev" => "[email protected]", "Yaroslav Yashin" => "[email protected]"}
13-
spec.source = { :git => 'https://github.com/matter-labs/web3swift.git', :tag => spec.version.to_s }
13+
spec.source = { :git => 'https://github.com/web3swift-team/web3swift.git', :tag => spec.version.to_s }
1414
spec.swift_version = '5.5'
1515

1616
spec.dependency 'secp256k1.c', '~> 0.1'

web3swift.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Pod::Spec.new do |spec|
77
spec.osx.deployment_target = "10.15"
88
spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' }
99
spec.summary = 'Web3 implementation in vanilla Swift for iOS, macOS, and Linux'
10-
spec.homepage = 'https://github.com/matter-labs/web3swift'
10+
spec.homepage = 'https://github.com/web3swift-team/web3swift'
1111
spec.author = {"Alex Vlasov" => "[email protected]", "Anton Grigorev" => "[email protected]", "Petr Korolev" => "[email protected]", "Yaroslav Yashin" => "[email protected]"}
12-
spec.source = { :git => 'https://github.com/matter-labs/web3swift.git', :tag => spec.version.to_s }
12+
spec.source = { :git => 'https://github.com/web3swift-team/web3swift.git', :tag => spec.version.to_s }
1313
spec.swift_version = '5.5'
1414

1515
# Make this line same as Web3Core sources

0 commit comments

Comments
 (0)