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

Sweet 0.1.1

Sweet 0.1.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Feb 2017
SPMSupports SPM

Maintained by Kostiantyn Koval.



Sweet 0.1.1

Sweet

A collection of common small boilerplate in Swift

AppInfo

 let name = AppInfo.productName 
 //Name of your project. Useful fot getting default coreData module and other things

FileHelper

A nice API for working with files locations

let documentDir = FileHelper.documentDirectory  
let path = FileHelper.filePath(fileName) // file path in Documents directory  
let path = FileHelper.filePath(fileName, directory: .CachesDirectory)  
// file path in CachesDirectory