-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
25 lines (21 loc) · 1014 Bytes
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
source 'https://github.com/CocoaPods/Specs.git'
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
# post_install do |installer|
# installer.pods_project.targets.each do |target|
# target.build_configurations.each do |config|
# config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '10.0'
# config.build_settings['EXPANDED_CODE_SIGN_IDENTITY'] = ""
# config.build_settings['CODE_SIGNING_REQUIRED'] = "NO"
# config.build_settings['CODE_SIGNING_ALLOWED'] = "NO"
# end
# end
# end
target 'BlockChain-integration' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for BlockChain-integration
# pod 'web3swift', :git => 'https://github.com/skywinder/web3swift.git', :branch => 'develop'
pod 'web3swift', :git => 'https://github.com/amirhossein7/web3swift.git', :branch => 'fix-websocket'
pod 'WalletConnectSwift', :git => 'https://github.com/DtechLabs/WalletConnectSwift.git'
end