blob: 76baa7e234bf2d77d4e93ce26630f349dd3a4470 [file] [log] [blame]
{
"name": "SwiftDatePicker",
"version": "0.1.0",
"summary": "A short description of SwiftDatePicker.",
"homepage": "https://github.com/jackiehu/SwiftDatePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jackiehu": "jackie"
},
"source": {
"git": "https://github.com/jackiehu/SwiftDatePicker.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/**/*",
"dependencies": {
"SnapKit": [
],
"SwiftShow/Presentation": [
],
"SwiftDate": [
]
},
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.2"
],
"requires_arc": true,
"swift_version": "5.2"
}