blob: f3dc810584003b0c5b121b982ded0efb8e64a297 [file] [log] [blame]
{
"name": "XBPopUpView",
"version": "0.0.3",
"summary": "remove sync sort 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.3"
},
"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": [
]
}
}
]
}