blob: fbaab776e2f16a48a0ec6c47d803d390861f9835 [file] [log] [blame]
{
"name": "Degrad",
"version": "1.0.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.0.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "Degrad.swift"
},
"requires_arc": true
}