To run the example project, clone the repo, and run pod install
from the Example directory first.
Cleaner is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Cleaner'
There are just 4 different methods to clean.
To Clean the User Defaullt Directory
cleanUserDefault()
To Clean the Document Directory
cleanDocumentDirectory()
To Clean the Cache Directory
cleanCacheDirectory()
Francisco Javier Trujillo Mata, fjtrujy@gmail.com
Cleaner is available under the MIT license. See the LICENSE file for more info.