blob: ca20d00d2249b4b1b43646da7ac1b6be0b59e59b [file] [log] [blame]
{
"name": "JKPresentationController",
"version": "2.0.0",
"summary": "基于UIPresentationController对弹窗公共部分的一层封装.",
"description": "JKPresentationController封装了弹窗的显示与隐藏功能并提供了默认的淡入淡出效果,\n弹出的内容由使用者决定,自由度更高.采用扩展的方式实现,代码侵入性更小.",
"homepage": "https://github.com/xq-120/JKPresentationController",
"license": "MIT",
"authors": {
"jekyttt": "1204556447@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/xq-120/JKPresentationController.git",
"tag": "2.0.0"
},
"source_files": "JKPresentationController/*.{h,m,swift}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"swift_versions": "5.0",
"swift_version": "5.0"
}