blob: 954385251a2771dc0eaf7591b0fcaec6ad913e21 [file] [log] [blame]
{
"name": "LinearProgressBar",
"version": "1.0.2",
"summary": "LinearProgressBar is a simple progress bar control for iOS.",
"description": "# LinearProgressBar\n# LinearProgressBar is a simple progress bar control for iOS.\n# What it does?\n# It can be used for tracking progress such as timing applications, progress indicators and more.\n# Just pod and start using the library",
"homepage": "https://github.com/gordoneliel/LinearProgressBar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eliel Gordon": "gordoneliel@gmail.com"
},
"source": {
"git": "https://github.com/gordoneliel/LinearProgressBar.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/1gordoneliel",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "LinearProgressBar/**/*.{swift}"
}