blob: 9d2384b7d24f05f825fd326a57082035e2b47e4c [file] [log] [blame]
{
"name": "MLVerticalProgressView",
"version": "0.1.0",
"summary": "Vertical ProgressView for iOS in Swift",
"description": "Vertical Progress View written in Swift, with @IBInspectables and progress change animation.",
"homepage": "https://github.com/michallaskowski/MLVerticalProgressView",
"license": "MIT",
"authors": {
"michallaskowski": "michal.laskowski.dev@gmail.com"
},
"source": {
"git": "https://github.com/michallaskowski/MLVerticalProgressView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit"
}