blob: eec42e6e668d43265d1e3586d17b6096e6658b23 [file] [log] [blame]
{
"name": "UDPropertyWrapper",
"version": "0.0.2",
"summary": "Yet another type-safed wrapper of UserDefaults implemented with property wrappers",
"homepage": "https://github.com/struuuuggle/UDPropertyWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Mikiya Abe",
"social_media_url": "https://twitter.com/struuuuggle",
"platforms": {
"ios": "13.0",
"osx": "10.15",
"watchos": "6.0",
"tvos": "13.0"
},
"source": {
"git": "https://github.com/struuuuggle/UDPropertyWrapper.git",
"tag": "0.0.2"
},
"source_files": "Sources/**/*.swift",
"ios": {
"frameworks": "Foundation"
},
"swift_versions": "5.3",
"swift_version": "5.3"
}