Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 671 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 671 Bytes

SwiftyDSB

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

Documentation

https://noim.me/SwiftyDSB/index.html

Installation

ETA soon :)

Note

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