blob: 7eb2fd6119194fd09783aa4f6a00917dfc5a3fc8 [file] [log] [blame]
{
"name": "FFPersistanceService",
"version": "0.1.0",
"summary": "Lightweight object saving",
"description": "A framework that makes it super easy to save objects in `UserDefaults` and `Keychain`\nor in any conforming persistance service.",
"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": "0.1.0"
},
"platforms": {
"ios": "11.3"
},
"swift_version": "4.2",
"source_files": "Sources/**/*"
}