blob: 62661f66518cae5eff0a17ed5e9b732f884bf36c [file] [log] [blame]
{
"name": "XBPopUpView",
"version": "0.0.2",
"summary": "add centerOffset feature",
"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.2"
},
"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": [
]
}
}
]
}