blob: 196c123cc6b147531418bb497bc0782fe79fe09c [file] [log] [blame]
{
"name": "CQPopupKit",
"version": "1.0.6",
"summary": "A popup kit for creating highly customizable popup view, based on Swift 2.2",
"description": "This library is a highly customizable popup kit, contains alert view, action sheet, and other iOS components (picker, tableView, etc),\nall of them can popup over the existing view controller, this kit also provides a lot of configuration for you to customize your style.\nMeanwhile, it is expandable, you can implement your own view, and put the view in the popup, that's it.",
"homepage": "https://github.com/Cunqi/CQPopupKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cunqi": "notice.xiao@gmail.com"
},
"source": {
"git": "https://github.com/Cunqi/CQPopupKit.git",
"tag": "1.0.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CQPopupKit/**/*"
}