blob: a6e7789f636065d08e78daee1008bf91a41cf3eb [file] [log] [blame]
{
"name": "ParamountDialogs",
"version": "2.1.0",
"summary": "A delightful dialog view for iOS in Swift",
"description": "ParamountDialogs is a delightful dialog view for iOS in Swift\"",
"homepage": "https://github.com/Meniny/ParamountDialogs",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Meniny": "Meniny@qq.com"
},
"source": {
"git": "https://github.com/Meniny/ParamountDialogs.git",
"tag": "2.1.0"
},
"social_media_url": "https://meniny.cn/",
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source_files": "ParamountDialogs/**/*{.swift}",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"PresentationSettings": [
],
"Kingfisher": [
],
"JustLayout": [
],
"SystemSounds": [
]
}
}