Skip to content

Commit 3f59fc4

Browse files
committed
🍏 remove redudant dependency (fix OS X compilation)
1 parent f404a67 commit 3f59fc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/web3swift/Browser/BrowserViewController.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Copyright © 2020 Matter Labs. All rights reserved.
77
//
88

9-
import UIKit
109
import WebKit
1110

1211
open class BrowserViewController: UIViewController {

web3swift.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Pod::Spec.new do |spec|
88
spec.homepage = 'https://github.com/matter-labs/web3swift'
99
spec.author = {"Alex Vlasov" => "[email protected]", "Anton Grigorev" => "[email protected]", "Petr Korolev" => "[email protected]"}
1010
spec.source = { :git => 'https://github.com/matter-labs/web3swift.git', :tag => spec.version.to_s }
11-
spec.source_files = "Sources/web3swift/{Contract,Convenience,EthereumABI,EthereumAddress,HookedFunctions,KeystoreManager,Promises,SwiftRLP,Transaction,Web3,Browser}/*.swift", "Sources/web3swift/{Tokens,Utils}/**/*.swift"
11+
spec.source_files = "Sources/web3swift/{Contract,Convenience,EthereumABI,EthereumAddress,HookedFunctions,KeystoreManager,Promises,SwiftRLP,Transaction,Web3}/*.swift", "Sources/web3swift/{Tokens,Utils}/**/*.swift"
12+
spec.ios.source_files = 'Sources/web3swift/Browser/*.swift'
1213
spec.resource_bundle = { "Browser" => "Sources/web3swift/Browser/*.js" }
1314
spec.swift_version = '5.0'
1415
spec.frameworks = 'CoreImage'

0 commit comments

Comments
 (0)