CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Feb 2017 |
| SPMSupports SPM | ✗ |
Maintained by Kostiantyn Koval.
A collection of common small boilerplate in Swift
let name = AppInfo.productName
//Name of your project. Useful fot getting default coreData module and other thingsA 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