blob: 1df4855252ee6d7000395c30827c3fa394bd4585 [file] [log] [blame]
{
"name": "DLAngle",
"version": "1.0.1",
"summary": "A Swift module which provides support for a strong typed mathematical angles.",
"homepage": "https://github.com/davidlivadaru/DLAngle",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "David Livadaru",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/davidlivadaru/DLAngle.git",
"tag": "1.0.1"
},
"source_files": "Sources/**/*.{h,m,swift}",
"dependencies": {
"DLInterval": [
]
},
"pushed_with_swift_version": "4.0"
}