blob: 093d4ae663bb2bc15898e993a345f6a94d66f0b7 [file] [log] [blame]
{
"name": "SwiftShow",
"version": "0.4.0",
"summary": "弹窗组件.",
"description": "工具.",
"homepage": "https://github.com/jackiehu/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HU": "814030966@qq.com"
},
"source": {
"git": "https://github.com/jackiehu/SwiftShow.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"5.2",
"5.1",
"5.0",
"4.2"
],
"requires_arc": true,
"default_subspecs": "Class",
"subspecs": [
{
"name": "Class",
"source_files": "Sources/SwiftShow/Show/**/*",
"dependencies": {
"SwiftButton": [
],
"SnapKit": [
]
}
},
{
"name": "Presentation",
"source_files": "Sources/SwiftShow/Presentation/**/*",
"dependencies": {
"SwiftShow/Class": [
]
}
}
],
"swift_version": "5.2"
}