blob: 90b731f18b35180d1f6400993dff740eb7f185bd [file] [log] [blame]
{
"name": "TimeFractionProgressView",
"version": "1.1.1",
"summary": "Easy to use iOS view for displaying multiple temporal progress graphs.",
"description": "Easy to use iOS view for displaying multiple temporal progress graphs, written in Swift.",
"homepage": "https://github.com/mkoehnke/TimeFractionProgressView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Mathias Köhnke",
"platforms": {
"ios": "8.2"
},
"source": {
"git": "https://github.com/mkoehnke/TimeFractionProgressView.git",
"tag": "1.1.1"
},
"source_files": "TimeFractionProgressView/*.{swift}",
"exclude_files": "Classes/Exclude",
"requires_arc": true
}