blob: ae67ab8bb7c147afcd3722d54e7a3d5c8fc3815d [file] [log] [blame]
{
"name": "Cordate",
"version": "1.1.1",
"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": "1.1.1"
},
"homepage": "https://github.com/DuetHealth/Cordate.git",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "Cordate/Sources/Core/**/*.{h,m,swift}"
},
{
"name": "Rx",
"source_files": "Cordate/Sources/**/*.{h,m,swift}",
"dependencies": {
"RxCocoa": [
],
"RxSwift": [
]
}
}
]
}