blob: 49bc111f645e5c8cb0106b363043cec587ee9f39 [file] [log] [blame]
{
"name": "Lerp",
"version": "0.1.0",
"summary": "A linear interpolation microlibrary.",
"homepage": "https://github.com/dclelland/Lerp",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/Lerp.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "Lerp.swift"
},
"requires_arc": true
}