From 3471ce2ced8f8e59c0790751b1f758b87aa66735 Mon Sep 17 00:00:00 2001 From: Muhammad Abbas <73989872+muhammadabbas001@users.noreply.github.com> Date: Mon, 14 Jul 2025 17:11:54 +0500 Subject: [PATCH 1/3] Create web3swift.podspec --- web3swift.podspec | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 web3swift.podspec diff --git a/web3swift.podspec b/web3swift.podspec new file mode 100644 index 000000000..fb0bda8c9 --- /dev/null +++ b/web3swift.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'web3swift' + s.version = '3.0.0' + s.summary = 'Web3 library for iOS and macOS' + s.description = 'A pure Swift library for Ethereum blockchain interaction' + s.homepage = 'https://github.com/skywinder/web3swift' + s.license = { :type => 'MIT', :file => 'LICENSE.md' } + s.author = { 'web3swift' => 'web3swift@github.com' } + s.source = { :git => 'https://github.com/skywinder/web3swift.git', :tag => s.version.to_s } + + s.ios.deployment_target = '13.0' + s.osx.deployment_target = '10.15' + + s.source_files = 'Sources/**/*.{swift,h,m,c}', '!Sources/**/secp256k1.c' + + s.dependency 'BigInt', '~> 5.4.0' + s.dependency 'CryptoSwift', '~> 1.5.1' + s.dependency 'secp256k1.swift', '~> 0.10.0' + + s.swift_version = '5.9' +end From 32d881679ecf75371bd9553c12942066f829fb54 Mon Sep 17 00:00:00 2001 From: Muhammad Abbas <73989872+muhammadabbas001@users.noreply.github.com> Date: Mon, 14 Jul 2025 17:14:13 +0500 Subject: [PATCH 2/3] Update web3swift.podspec --- web3swift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3swift.podspec b/web3swift.podspec index fb0bda8c9..22d59b6e3 100644 --- a/web3swift.podspec +++ b/web3swift.podspec @@ -1,5 +1,5 @@ Pod::Spec.new do |s| - s.name = 'web3swift' + s.name = 'web3swift_evolalabs' s.version = '3.0.0' s.summary = 'Web3 library for iOS and macOS' s.description = 'A pure Swift library for Ethereum blockchain interaction' From 21aba2180335a1699b5051fff21599bcf95d5a25 Mon Sep 17 00:00:00 2001 From: Muhammad Abbas <73989872+muhammadabbas001@users.noreply.github.com> Date: Mon, 14 Jul 2025 17:39:55 +0500 Subject: [PATCH 3/3] Update web3swift.podspec --- web3swift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3swift.podspec b/web3swift.podspec index 22d59b6e3..fb0bda8c9 100644 --- a/web3swift.podspec +++ b/web3swift.podspec @@ -1,5 +1,5 @@ Pod::Spec.new do |s| - s.name = 'web3swift_evolalabs' + s.name = 'web3swift' s.version = '3.0.0' s.summary = 'Web3 library for iOS and macOS' s.description = 'A pure Swift library for Ethereum blockchain interaction'