blob: d4449dfdc0ce3ee2622c0f5739ff6612b284f569 [file] [log] [blame]
{
"name": "FFPersistanceService",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "10.3"
},
"swift_version": "4.2",
"source_files": "Sources/**/*"
}