Skip to content

Commit 7279364

Browse files
committed
Update podspec
1 parent 5094bec commit 7279364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EtherscanClient.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Pod::Spec.new do |spec|
55
spec.description = <<-DESC
66
EtherscanClient is a clean and well written client for the Etherscan API.
77
DESC
8-
spec.homepage = "http://dujason.com"
8+
spec.homepage = "https://dujason.com"
99
spec.license = { :type => "MIT", :file => 'LICENSE' }
10-
spec.author = { "Jason Du" => "contact@dujason.ca" }
10+
spec.author = { 'Jason Du' => 'contact@dujason.com' }
1111
spec.source = { :git => "https://github.com/jsdu/EtherscanClient.git", :tag => "#{spec.version}" }
1212
spec.source_files = "Client/**/*.{swift}"
1313
spec.swift_version = "5.0"

0 commit comments

Comments
 (0)