blob: 126787de2fd346c17d8528d3ac68da6d6f4eb013 [file] [log] [blame]
{
"name": "DLAngle",
"version": "1.0.0",
"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.11",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/davidlivadaru/DLAngle.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.{h,m,swift}",
"dependencies": {
"DLInterval": [
]
},
"pushed_with_swift_version": "4.0"
}