blob: 1f4ac8f7d87ff012d083ddf5bc446f727433773f [file] [log] [blame]
{
"name": "FWPopupViewOC",
"version": "3.0.9",
"summary": "信手拈来的自定义弹窗-OC版本",
"description": "只需要基础弹窗基类,可以随意实现各种方向以及n种动画的弹窗。使用非常方便!",
"homepage": "https://github.com/choiceyou/FWPopupViewOC",
"license": "MIT",
"authors": {
"xfg": "853299701@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/choiceyou/FWPopupViewOC.git",
"tag": "3.0.9"
},
"source_files": [
"FWPopupViewOC",
"FWPopupViewOC/**/*.{h,m}"
],
"resources": [
"FWPopupViewOC",
"FWPopupViewOC/**/Resources/FWPopupViewOC.bundle"
],
"frameworks": [
"UIKit",
"QuartzCore"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}