Skip to content

Commit

Permalink
Merge pull request #749 from zhangliugang/fix/podspec_module_name
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavyaroslav authored Feb 8, 2023
2 parents 380c0c6 + c09e631 commit 57463b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Web3Core.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ Pod::Spec.new do |spec|
spec.compiler_flags = '-DCOCOAPODS'

spec.name = 'Web3Core'
spec.version = '3.0.6'
spec.module_name = 'Core'
spec.version = '3.1.1'
spec.ios.deployment_target = "13.0"
spec.osx.deployment_target = "10.15"
spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' }
Expand All @@ -16,5 +15,5 @@ Pod::Spec.new do |spec|
spec.dependency 'secp256k1.c', '~> 0.1'
spec.dependency 'BigInt', '~> 5.2.0' # no newer version in pods.
spec.dependency 'CryptoSwift', '~> 1.5.1'
spec.source_files = "Sources/Core/**/*.swift"
spec.source_files = "Sources/Web3Core/**/*.swift"
end
2 changes: 1 addition & 1 deletion web3swift.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WEB3CORE_VERSION ||= '3.0.6'
WEB3CORE_VERSION ||= '3.1.1'

Pod::Spec.new do |spec|
spec.name = 'web3swift'
Expand Down

0 comments on commit 57463b8

Please sign in to comment.