Skip to content

Commit be3f55a

Browse files
committed
update Web3Core.spec source file path
1 parent 987fa5e commit be3f55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Web3Core.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Pod::Spec.new do |spec|
1515
spec.dependency 'secp256k1.c', '~> 0.1'
1616
spec.dependency 'BigInt', '~> 5.2.0' # no newer version in pods.
1717
spec.dependency 'CryptoSwift', '~> 1.5.1'
18-
spec.source_files = "Sources/Core/**/*.swift"
18+
spec.source_files = "Sources/Web3Core/**/*.swift"
1919
end

0 commit comments

Comments
 (0)