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