blob: fd004195f2f297a03748ced795335bac38c3985e [file] [log] [blame]
{
"name": "XBPopUpView",
"version": "0.0.6",
"summary": "1:添加lowerPriorityHidden字段处理展示优先还是优先级优先 2:添加fromType 字段标识是通过rootvc还是currentVC做present 3:增加相关api",
"homepage": "https://github.com/yanxiaobing/XBPopUpView",
"license": "MIT",
"authors": {
"XBingo": "dove025@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yanxiaobing/XBPopUpView.git",
"tag": "0.0.6"
},
"requires_arc": true,
"source_files": "XBPopUpView/*.{h,m}",
"subspecs": [
{
"name": "PopUpProtocol",
"source_files": "XBPopUpView/PopUpProtocol/*.{h,m}"
},
{
"name": "PopUpQueue",
"source_files": "XBPopUpView/PopUpQueue/*.{h,m}",
"dependencies": {
"XBPopUpView/PopUpProtocol": [
]
}
},
{
"name": "DefaultPopUp",
"source_files": "XBPopUpView/DefaultPopUp/*.{h,m}",
"dependencies": {
"XBPopUpView/PopUpQueue": [
]
}
}
]
}