blob: 991da13eec1a61b4be5b01587a0256400f2e6272 [file] [log] [blame]
{
"name": "TimeFractionProgressView",
"version": "1.5.0",
"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.5.0"
},
"source_files": "TimeFractionProgressView/*.{swift}",
"exclude_files": "Classes/Exclude",
"requires_arc": true
}