blob: 9627222dfaff8d5994c435d2fec0c1c8f7da68a3 [file] [log] [blame]
{
"name": "CircularStatesView",
"version": "1.0",
"summary": "Custom view to display a vertical connected circular states written in Swift",
"description": "A custom view written in Swift that allows you to dispaly a vertical states progress. Real handy when you need to present the user the current state of a progress while showing him the next steps.",
"homepage": "https://github.com/orxelm/CircularStatesView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Or Elmaliah": "orxelm@gmail.com"
},
"social_media_url": "https://twitter.com/OrElm",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/orxelm/CircularStatesView.git",
"tag": "1.0"
},
"source_files": "CircularStatesView/Sources/*.swift",
"requires_arc": true,
"frameworks": "UIKit"
}