blob: d2e033e1bc6673e939d41e287621069a2a8fb3bd [file] [log] [blame]
{
"name": "ScopedDefaults",
"version": "0.1.0",
"summary": "Tools for adding type-safe, structured Swift APIs to UserDefaults.",
"description": "Tools for adding type-safe, structured Swift APIs to UserDefaults\nwith support for Codable types, sane defaults and more.",
"homepage": "https://github.com/regexident/ScopedDefaults",
"license": {
"type": "MPL-2.0",
"file": "LICENSE"
},
"authors": {
"Vincent Esche": "regexident@gmail.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.13",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/regexident/ScopedDefaults.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*.{h,m,swift}"
}