Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Moved 3rd party libs (bech32, ripemd) into Libraries/
Browse files Browse the repository at this point in the history
  • Loading branch information
mh7821 committed Apr 15, 2019
1 parent 3990472 commit 8897b0b
Show file tree
Hide file tree
Showing 6 changed files with 381 additions and 466 deletions.
11 changes: 3 additions & 8 deletions BinanceChain.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Pod::Spec.new do |s|
sub.source_files = 'BinanceChain/Sources/Core/*.swift'
sub.dependency 'BinanceChain/Protobuf'
sub.dependency 'BinanceChain/Util'
sub.dependency 'BinanceChain/Bech32'
sub.dependency 'BinanceChain/OrderedDict'
sub.dependency 'BinanceChain/Libraries'
sub.dependency 'Alamofire', '~> 4.8'
sub.dependency 'SwiftyJSON', '~> 4.3'
sub.dependency 'SwiftProtobuf', '~> 1.4'
Expand All @@ -45,12 +44,8 @@ Pod::Spec.new do |s|
sub.source_files = 'BinanceChain/Sources/Test/*.swift'
end

s.subspec 'Bech32' do |sub|
sub.source_files = 'BinanceChain/Sources/Bech32/*.swift'
end

s.subspec 'OrderedDict' do |sub|
sub.source_files = 'BinanceChain/Sources/OrderedDict/*.swift'
s.subspec 'Libraries' do |sub|
sub.source_files = 'BinanceChain/Sources/Libraries/*/*.swift'
end

end
108 changes: 0 additions & 108 deletions BinanceChain/Sources/Bech32/SegwitAddrCoder.swift

This file was deleted.

Loading

0 comments on commit 8897b0b

Please sign in to comment.