blob: 9d578a254820b1a4147369a4c5b442d26f155560 [file] [log] [blame]
{
"name": "UserDefaultsStore",
"version": "1.4.1",
"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": "1.4.1"
},
"source_files": "Sources/**/*.swift",
"swift_versions": "5.0",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "5.0"
}