blob: 42de9cc66b939699a9d564c26822771b69b19ea5 [file] [log] [blame]
{
"name": "CompassDateChooser",
"version": "0.0.1",
"summary": "A date picker for date choosing.",
"swift_versions": "4.0",
"description": "'Compass date chooser is a lib aimed to use in our travel order project -> Compass. If there are any bugs, please contact us.'",
"homepage": "https://github.com/kiraclf/compassDateChooser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kiraclf": "kiraclf@outlook.com"
},
"source": {
"git": "https://github.com/kiraclf/compassDateChooser.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "CompassDateChooser/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
"~> 5.0.1"
]
},
"swift_version": "4.0"
}