Skip to content

Commit

Permalink
Add support for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dsemenovsky committed Feb 15, 2018
1 parent 97f914b commit 18c7ab1
Show file tree
Hide file tree
Showing 472 changed files with 518 additions and 65,633 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ playground.xcworkspace
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
Pods/

# Carthage
#
Expand Down
28 changes: 20 additions & 8 deletions Podfile
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
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ SPEC CHECKSUMS:
secp256k1_ios: 12a9bddc3d7aa723efbb32b42413f041b11a7765
SipHash: c6e9e43e9c531b5bc6602545130c26194a6d31ce

PODFILE CHECKSUM: 86a07f8bf850b2ff9175920ad5af2b6ed7a3a6ff
PODFILE CHECKSUM: 405af68f2cbe5d791fb0b8ec5385aa5ab36e0fda

COCOAPODS: 1.3.1
COCOAPODS: 1.4.0
22 changes: 0 additions & 22 deletions Pods/Alamofire-Synchronous/LICENSE

This file was deleted.

110 changes: 0 additions & 110 deletions Pods/Alamofire-Synchronous/README.md

This file was deleted.

203 changes: 0 additions & 203 deletions Pods/Alamofire-Synchronous/Source/Alamofire+Synchronous.swift

This file was deleted.

Loading

0 comments on commit 18c7ab1

Please sign in to comment.