MailSlurp iOS examples
Setup
For .podfile cocopod add:
pod 'mailslurp', :git => 'https://github.com/mailslurp/mailslurp-client-swift.git'
For swift package manager add:
.package(url: "https://github.com/mailslurp/mailslurp-client-swift.git", from: "15.19.22")
Use product:
.product(name: "mailslurp", package: "mailslurp-client-swift")
Run
See Makefile