blob: 5874838a8470c3712c28755001efb861e1e7085f [file] [log] [blame]
{
"name": "Cordate",
"version": "3.0.0",
"license": "MIT",
"summary": "Give dates a special place in your ❤️",
"description": "Cordate is a small library which makes working with dates much smoother by adding commonly-used extensions, custom UI components, and more.",
"authors": "Duet Health",
"source": {
"git": "https://github.com/DuetHealth/Cordate.git",
"tag": "3.0.0"
},
"homepage": "https://github.com/DuetHealth/Cordate.git",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"swift_versions": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Cordate/Sources/Core/**/*.{h,m,swift}"
},
{
"name": "Rx",
"source_files": "Cordate/Sources/**/*.{h,m,swift}",
"dependencies": {
"RxCocoa": [
],
"RxSwift": [
]
}
}
]
}