-
Notifications
You must be signed in to change notification settings - Fork 446
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
97f914b
commit 18c7ab1
Showing
472 changed files
with
518 additions
and
65,633 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,30 @@ | ||
platform :ios, '9.0' | ||
|
||
target 'web3swift' do | ||
use_frameworks! | ||
def import_pods | ||
pod 'Alamofire', '~> 4.5' | ||
pod 'Alamofire-Synchronous', '~> 4.0' | ||
pod 'BigInt', '~> 3.0.1' | ||
# pod 'PromiseKit', '~> 4.4' | ||
# pod 'AwaitKit', '~> 3.0.1' | ||
# pod 'PromiseKit/Alamofire', '~> 4.0' | ||
pod 'CryptoSwift' | ||
pod 'libsodium' | ||
pod 'secp256k1_ios', :git => 'https://github.com/shamatar/secp256k1_ios.git' | ||
target 'web3swiftTests' do | ||
end | ||
|
||
target 'web3swift-macOS' do | ||
platform :osx, '10.13' | ||
use_frameworks! | ||
|
||
import_pods | ||
|
||
target 'web3swift-macOS_Tests' do | ||
inherit! :search_paths | ||
end | ||
end | ||
|
||
target 'web3swift-iOS' do | ||
platform :ios, '11.2' | ||
use_frameworks! | ||
|
||
import_pods | ||
|
||
target 'web3swift-iOS_Tests' do | ||
inherit! :search_paths | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
203 changes: 0 additions & 203 deletions
203
Pods/Alamofire-Synchronous/Source/Alamofire+Synchronous.swift
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.