blob: 35c9a54444284aa28c033b052633a4a79f2e28dc [file] [log] [blame]
{
"name": "Degrad",
"version": "1.1.0",
"summary": "A microlibrary for working with angles. Use the ° symbol in your swift code.",
"homepage": "https://github.com/dclelland/Degrad",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/Degrad.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.2",
"ios": {
"source_files": "Degrad.swift"
},
"requires_arc": true,
"swift_version": "4.2"
}