blob: 463a6d5aa13559961f709290781000d3d1a8143a [file] [log] [blame]
{
"name": "Degrad",
"version": "0.1.0",
"summary": "A microlibrary for converting between degrees and radians. 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": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "Degrad.swift"
},
"requires_arc": true
}