blob: cf9296095d77326b26f0b1b825f60f915e01e230 [file] [log] [blame]
{
"name": "MBCircularProgressBar",
"version": "0.1.0",
"summary": "a beatiful circular animatable progress bar that uses IBDesignable",
"description": "a beatiful circular animatable progress bar that uses IBDesignable and custom core graphics drawing",
"homepage": "https://github.com/matibot/MBCircularProgressBar",
"license": "MIT",
"authors": {
"Mati Bot": "matibot@gmail.com"
},
"source": {
"git": "https://github.com/matibot/MBCircularProgressBar.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MBCircularProgressBar": [
"Pod/Assets/*.png"
]
}
}