Tempry
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 _ {
}CocoaPods trunk is moving to be read-only. Read more on the blog, there are 11 months to go.