blob: c1a8576648ec1b37add611310f110b6c8380e1dc [file] [log] [blame]
{
"name": "XBPopUpView",
"version": "1.1.1",
"summary": "1:添加依赖VC弹出机制",
"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.1"
},
"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": [
]
}
}
]
}