blob: 6c8d228193e10e42fdc6375293ae5b8ec4990dee [file] [log] [blame]
{
"name": "SYUserDefaults",
"version": "1.0.1",
"summary": "个人工具类之数据持久化",
"homepage": "http://blog.dnnlbj.com",
"license": "MIT",
"authors": {
"CoderSy": "private.shengyang@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/CoderSy/SYUserDefaults.git",
"tag": "1.0.1"
},
"source_files": "Sources/*.{swift}",
"frameworks": "Foundation",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
}
}