blob: 73be8fa2f648508ce05266d2b5063e37f8373f2f [file] [log] [blame]
{
"name": "LSiOSPopView",
"version": "0.3.2",
"summary": "视图控件 - 弹框集合",
"description": "更新说明:\n1、优化视图移除时的回调监听方式,增加removeCompletionBlock属性;2、增加交互方式,开放对话框的button属性;3、优化hud视图的交互,防止同个提示重复弹框;",
"homepage": "https://code.aliyun.com/LSKit/LSiOSPopView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"danfort": "quanchengk@163.com"
},
"source": {
"git": "https://code.aliyun.com/LSKit/LSiOSPopView.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSiOSPopView/Classes/**/*",
"resources": "LSiOSPopView/Assets/**/*.{png}",
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
],
"LSiOSTextView": [
]
}
}