blob: bb0d8776de8dcd752171a795af6f0c4096c27ec4 [file] [log] [blame]
{
"name": "Progressable",
"version": "0.0.1",
"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.1"
},
"source_files": "Source/*.swift",
"requires_arc": true
}