blob: aa8c79eecfb67f26d1f3bc4f42960724f50eb83b [file] [log] [blame]
{
"name": "SwiftyDflts",
"version": "0.2.2",
"summary": "Swifty and modern UserDefaults",
"description": "Strongly typed: You declare the type and default value upfront.\nCodable support: You can store any Codable value, like an enum.\nDebuggable: The data is stored as JSON-serialized values.\nLightweight: It's only ~100 lines of code.",
"homepage": "https://github.com/Sadmansamee/Defaults",
"license": {
"type": "MIT",
"file": "license"
},
"authors": {
"sindresorhus": "sindresorhus@gmail.com"
},
"social_media_url": "https://sindresorhus.com",
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Sadmansamee/Defaults.git",
"tag": "0.2.2"
},
"source_files": [
"Sources/*.swift",
"Sources/Defaults.swift"
],
"requires_arc": true
}