We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5094bec commit 7279364Copy full SHA for 7279364
EtherscanClient.podspec
@@ -5,9 +5,9 @@ Pod::Spec.new do |spec|
5
spec.description = <<-DESC
6
EtherscanClient is a clean and well written client for the Etherscan API.
7
DESC
8
- spec.homepage = "http://dujason.com"
+ spec.homepage = "https://dujason.com"
9
spec.license = { :type => "MIT", :file => 'LICENSE' }
10
- spec.author = { "Jason Du" => "contact@dujason.ca" }
+ spec.author = { 'Jason Du' => 'contact@dujason.com' }
11
spec.source = { :git => "https://github.com/jsdu/EtherscanClient.git", :tag => "#{spec.version}" }
12
spec.source_files = "Client/**/*.{swift}"
13
spec.swift_version = "5.0"
0 commit comments