blob: 464d5954fdc143004c7002b8736535e1c14a4c9a [file] [log] [blame]
{
"name": "CYDialog",
"version": "0.5.0",
"summary": "an universal way used to present a dialog on screen",
"description": "an universal way used to present a dialog on screen. written in swift",
"homepage": "https://github.com/cookay/CYDialog",
"license": "MIT",
"authors": {
"cookay": "cookay@qq.com"
},
"source": {
"git": "https://github.com/cookay/CYDialog.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CYDialog": [
"Pod/Assets/**/*"
]
},
"frameworks": "UIKit",
"dependencies": {
"CYContainer": [
],
"SnapKit": [
]
}
}