blob: 9e220692feb2d0be3d815095c93eee61c6d94372 [file] [log] [blame]
{
"name": "SYNotification",
"version": "1.0.0",
"summary": "个人工具类之观察者模式",
"homepage": "http://blog.dnnlbj.com",
"license": "MIT",
"authors": {
"CoderSy": "private.shengyang@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/CoderSy/SYNotification.git",
"tag": "1.0.0"
},
"source_files": "Sources/*.{swift}",
"frameworks": "Foundation",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
}
}