Skip to content

Commit

Permalink
Move swift files into Sources directory
Browse files Browse the repository at this point in the history
  • Loading branch information
trsathya committed Apr 22, 2018
1 parent c6541cc commit 04284f1
Show file tree
Hide file tree
Showing 24 changed files with 369 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Cryptex.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,50 +30,50 @@ Pod::Spec.new do |s|
ss.dependency 'Cryptex/Kraken'
end
s.subspec "Common" do |ss|
ss.source_files = "Common/**/*.swift"
ss.source_files = "Sources/Common/**/*.swift"
end
s.subspec "CoinMarketCap" do |ss|
ss.source_files = "CoinMarketCap/**/*.swift"
ss.source_files = "Sources/CoinMarketCap.swift"
ss.dependency 'Cryptex/Common'
end
s.subspec "Gemini" do |ss|
ss.source_files = "Gemini/**/*.swift"
ss.source_files = "Sources/Gemini.swift"
ss.dependency 'Cryptex/Common'
end
s.subspec "GDAX" do |ss|
ss.source_files = "GDAX/**/*.swift"
ss.source_files = "Sources/GDAX.swift"
ss.dependency 'Cryptex/Common'
end
s.subspec "Poloniex" do |ss|
ss.source_files = "Poloniex/**/*.swift"
ss.source_files = "Sources/Poloniex.swift"
ss.dependency 'Cryptex/Common'
end
s.subspec "Binance" do |ss|
ss.source_files = "Binance/**/*.swift"
ss.source_files = "Sources/Binance.swift"
ss.dependency 'Cryptex/Common'
end
s.subspec "Koinex" do |ss|
ss.source_files = "Koinex/**/*.swift"
ss.source_files = "Sources/Koinex.swift"
ss.dependency 'Cryptex/Common'
end
s.subspec "Cryptopia" do |ss|
ss.source_files = "Cryptopia/**/*.swift"
ss.source_files = "Sources/Cryptopia.swift"
ss.dependency 'Cryptex/Common'
end
s.subspec "BitGrail" do |ss|
ss.source_files = "BitGrail/**/*.swift"
ss.source_files = "Sources/BitGrail.swift"
ss.dependency 'Cryptex/Common'
end
s.subspec "CoinExchange" do |ss|
ss.source_files = "CoinExchange/**/*.swift"
ss.source_files = "Sources/CoinExchange.swift"
ss.dependency 'Cryptex/Common'
end
s.subspec "Bitfinex" do |ss|
ss.source_files = "Bitfinex/**/*.swift"
ss.source_files = "Sources/Bitfinex.swift"
ss.dependency 'Cryptex/Common'
end
s.subspec "Kraken" do |ss|
ss.source_files = "Kraken/**/*.swift"
ss.source_files = "Sources/Kraken.swift"
ss.dependency 'Cryptex/Common'
end
end
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 04284f1

Please sign in to comment.