blob: 2a09f32a1e7f2c2c5c0444d43da3871eca70ff88 [file] [log] [blame]
{
"name": "SKYPopupView",
"version": "1.0.0",
"summary": "自定义弹窗",
"description": "自定义弹窗,Alert、Sheet、Custom类型",
"homepage": "https://github.com/yao106/SKYPopupView",
"license": "MIT",
"authors": {
"xfg": ""
},
"swift_versions": "4.2",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yao106/SKYPopupView.git",
"tag": "1.0.0"
},
"source_files": [
"SKYPopupView",
"FWPopupView/**/*.swift"
],
"resources": "FWPopupView/**/Resources/FWPopupView.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"SnapKit": [
]
},
"swift_version": "4.2"
}