blob: a85f3a0854d4ceb5cae6fb3c9c8600ae9a8dd4d1 [file] [log] [blame]
{
"name": "UserDefaultsStore",
"version": "2.0.0",
"summary": "Why not use UserDefaults to store Codable objects 😉",
"description": "You love Swift\"s Codable protocol and use it everywhere, here is an easy and very light way to store - reasonable amount 😅 - of Codable objects, in a couple lines of code.",
"homepage": "https://github.com/omaralbeik/UserDefaultsStore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"social_media_url": "http://twitter.com/omaralbeik",
"authors": {
"Omar Albeik": "https://twitter.com/omaralbeik"
},
"module_name": "UserDefaultsStore",
"source": {
"git": "https://github.com/omaralbeik/UserDefaultsStore.git",
"tag": "2.0.0"
},
"source_files": "Sources/**/*.swift",
"swift_versions": [
"5.1",
"5.2"
],
"requires_arc": true,
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0",
"watchos": "6.0"
},
"swift_version": "5.2"
}