blob: faa398f08c6324a27dda32e44c4784649b49415b [file] [log] [blame]
{
"name": "SwiftUserDefaults",
"version": "0.1.0",
"summary": "SwiftUserDefaults wrap NSUserDefaults, easy to use",
"description": "SwiftUserDefaults is a wrapper, with it you can't use it as easy as you can, just like the Notification declear.",
"homepage": "https://github.com/looseyi/SwiftUserDefaults",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Edmond": "chun574271939@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/looseyi/SwiftUserDefaults.git",
"tag": "0.1.0"
},
"source_files": [
"Source",
"Source/**/*.{swift}"
],
"swift_version": "5.0"
}