Hello guys :)
Today I try to implement my own npm module with swift. It is still Work in Progress and not useable at the moment.
If you need to fetch something from the dsb use my javascript module -> Link
https://noim.me/SwiftyDSB/index.html
ETA soon :)
You need to override the dependencies
def swift4_overrides
pod "GzipSwift", :git => "https://github.com/1024jp/GzipSwift.git", :branch => "swift4"
pod "SwiftyJSON", :git => "https://github.com/SwiftyJSON/SwiftyJSON.git"
end