blob: 8edcaeafe3876a3eecc52e20d6451d954b97af15 [file] [log] [blame]
{
"name": "FFPersistanceService",
"version": "1.0.0",
"summary": "Lightweight object saving solution",
"description": "A framework that makes it super easy to save objects in `UserDefaults` , `Keychain` or any custom key-value based object storage solution through protocols.\n\nWith the use of `Persistable` protocol you can easily `save`/`load`/`delete` through your Model objects in the predefined storage solution.",
"homepage": "https://github.com/fr3qfly/FFPersistanceService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BalazsSzamody": "fr3qfly@gmail.com"
},
"source": {
"git": "https://github.com/fr3qfly/FFPersistanceService.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.3"
},
"swift_version": "4.2",
"source_files": "Sources/**/*"
}