blockchainethereumblockchain-walleterc20erc721walletxdaidappdecentralizederc1155erc875iosswifttokens
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.0 KiB
38 lines
1.0 KiB
# Uncomment the next line to define a global platform for your project
|
|
platform :ios, '9.0'
|
|
inhibit_all_warnings!
|
|
|
|
target 'Trust' do
|
|
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
|
|
use_frameworks!
|
|
|
|
pod 'R.swift'
|
|
pod 'JSONRPCKit', :git=> 'https://github.com/bricklife/JSONRPCKit.git'
|
|
pod 'APIKit'
|
|
pod 'Geth'
|
|
pod 'EAIntroView'
|
|
pod 'Eureka', :git=>'https://github.com/xmartlabs/Eureka.git', :branch=>'feature/Xcode9-Swift3_2'
|
|
pod 'MBProgressHUD'
|
|
pod 'StatefulViewController'
|
|
pod 'QRCodeReaderViewController'
|
|
pod 'KeychainSwift'
|
|
pod 'SwiftLint'
|
|
pod 'SeedStackViewController', :git=>'https://github.com/seedco/StackViewController.git', :branch=>'swift32'
|
|
pod 'RealmSwift'
|
|
pod 'BonMot'
|
|
pod 'VENTouchLock'
|
|
pod '1PasswordExtension'
|
|
pod 'BulletinBoard', :git=>'https://github.com/alexaubry/BulletinBoard'
|
|
pod 'Lokalise'
|
|
|
|
target 'TrustTests' do
|
|
inherit! :search_paths
|
|
# Pods for testing
|
|
end
|
|
|
|
target 'TrustUITests' do
|
|
inherit! :search_paths
|
|
# Pods for testing
|
|
end
|
|
|
|
end
|
|
|