blob: bff742c91e7e01ae050a5498ee7df15c0a081850 [file] [log] [blame]
{
"name": "XBPopUpView",
"version": "1.1.0",
"summary": "1:增加通过VC基类的方式将弹窗的相关属性内聚,便于使用约束布局,简化使用 2:整理文件目录,调整工程结构",
"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": "1.1.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "PopUpCommon",
"source_files": "XBPopUpView/PopUpCommon/*.{h,m}"
},
{
"name": "PopUpVC",
"source_files": "XBPopUpView/PopUpVC/*.{h,m}",
"dependencies": {
"XBPopUpView/PopUpCommon": [
]
}
},
{
"name": "PopUpView",
"source_files": "XBPopUpView/PopUpView/*.{h,m}",
"dependencies": {
"XBPopUpView/PopUpCommon": [
]
}
}
]
}