blob: dccdaca42e183452f4f0f00d05815d69625a61dd [file] [log] [blame]
{
"name": "DLInterval",
"version": "1.0.2",
"summary": "A Swift module which provides an abstractions of mathematical intervals.",
"homepage": "https://github.com/davidlivadaru/DLInterval",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "David Livadaru",
"platforms": {
"ios": "10.0",
"osx": "10.11",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/davidlivadaru/DLInterval.git",
"tag": "1.0.2"
},
"source_files": [
"DLInterval",
"Sources/**/*.{h,m,swift}"
],
"pushed_with_swift_version": "4.0"
}