blob: e227496eae860795728cd47b7eedb15a3476dde2 [file] [log] [blame]
{
"name": "THDPopup",
"version": "0.0.6",
"summary": "A simple custom popup view controller.",
"homepage": "https://github.com/00aney/THDPopup",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Taedong Kim": "[yenafirst91@gmail.com]"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/00aney/THDPopup.git",
"tag": "0.0.6"
},
"source_files": "THDPopup/**/*.{swift}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Kingfisher": [
"~> 3.3"
],
"SnapKit": [
"~> 3.2"
],
"ManualLayout": [
"~> 1.3"
]
},
"pushed_with_swift_version": "3.0"
}