blob: ffc2379466cb6f43e033079ba847cb0a38348bdf [file] [log] [blame]
{
"name": "WYPopupWindow",
"version": "1.0.0",
"platforms": {
"ios": "8.0"
},
"summary": "仿安卓popupWindow,显示popupWindow中不影响页面上的其他任何交互,支持扩展添加任何视图",
"description": "#仿安卓popupWindow,显示popupWindow中不影响页面上的其他任何交互,支持扩展添加任何视图",
"license": {
"type": "MIT",
"text": " \n"
},
"homepage": "https://github.com/shanpengtao",
"frameworks": [
"Foundation",
"UIKit"
],
"authors": {
"wayne": "shanpengtao@vip.qq.com"
},
"source": {
"git": "https://github.com/shanpengtao/WYPopupWindow.git",
"tag": "1.0.0"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -lxml2 $(inherited)"
},
"subspecs": [
{
"name": "WYPopupWindow",
"source_files": "WYPopupWindow/WYPopupWindow/*.{h,m,mm,c,cc,cpp}"
}
]
}