We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59935aa commit 06d5499Copy full SHA for 06d5499
web3swift.podspec
@@ -17,7 +17,7 @@ s.swift_version = '5.0'
17
s.module_name = 'Web3swift'
18
s.ios.deployment_target = "9.0"
19
s.osx.deployment_target = "10.11"
20
-s.source_files = "web3swift/{Promises,Web3,Contract,KeystoreManager,Transaction,Convenience,HookedFunctions}/*.{h,swift}", "web3swift/Utils/**/*.swift" "web3swift/PrecompiledContracts/**/*.swift", "web3swift/web3swift.h"
+s.source_files = "web3swift/{Promises,Web3,Contract,KeystoreManager,Transaction,Convenience,HookedFunctions,SwiftRLP,EthereumAddress,EthereumABI}/*.{h,swift}", "web3swift/Utils/**/*.swift" "web3swift/PrecompiledContracts/**/*.swift", "web3swift/web3swift.h"
21
s.public_header_files = "web3swift/web3swift.h"
22
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
23
0 commit comments