blob: d08a58476f0225e6104d20ee72c47ca69a4da73d [file] [log] [blame]
{
"name": "Progressable",
"version": "0.0.2",
"summary": "Add an horizontal loading bar to any UIView",
"description": "Lightweight component to create an horizontal loading line on any UIView.",
"homepage": "https://github.com/MartinMoizard/Progressable",
"screenshots": "https://cloud.githubusercontent.com/assets/395477/18714291/9620e9a0-8015-11e6-9552-34b2bc9b8467.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Martin Moizard",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MartinMoizard/Progressable.git",
"tag": "0.0.2"
},
"source_files": "Source/*.swift",
"requires_arc": true
}