blob: b521986007d70143e33f56c2ed6c12982e93aee5 [file] [log] [blame]
{
"name": "SwiftUserDefault",
"version": "0.0.2",
"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": "8.0"
},
"source": {
"git": "https://github.com/looseyi/SwiftUserDefaults.git",
"tag": "0.0.2"
},
"source_files": [
"Source",
"Source/**/*.{swift}"
]
}