CocoaPods trunk is moving to be read-only. Read more on the blog, there are 11 months to go.

Tempry 0.1.1

Tempry 0.1.1

Maintained by Yasuharu Yanamura.



Tempry 0.1.1

  • By
  • Yasuharu Yanamura

Tempry

Build Status

Get a temporary directory path

Usage

create temporary directory and get the path

do {
  path = try Tempry.directory()
} catch _ {
}

delete temporary directory

do {
  try Tempry.dispose(path: path)
} catch _ {
}