Skip to content

Commit

Permalink
Merge branch 'cocoapod-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavyaroslav committed Oct 24, 2022
2 parents 9407ab2 + 616422b commit b657241
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 135 deletions.
134 changes: 0 additions & 134 deletions Sources/web3swift/Browser/BrowserViewController.swift

This file was deleted.

2 changes: 1 addition & 1 deletion web3swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
spec.swift_version = '5.5'

# Make this line same as Web3Core sources
spec.source_files = "Sources/web3swift/{Contract,Convenience,EthereumABI,HookedFunctions,EthereumAPICalls,Web3}/*.swift", "Sources/web3swift/{EthereumAPICalls,Tokens,Utils}/**/*.swift"
spec.source_files = "Sources/web3swift/**/*.swift"
spec.ios.source_files = 'Sources/web3swift/Browser/*.swift'
spec.resource_bundle = { "Browser" => "Sources/web3swift/Browser/*.js" }
spec.frameworks = 'CoreImage'
Expand Down

0 comments on commit b657241

Please sign in to comment.