blob: 648004dcf1542e8d83107cb37ddab1cb02e44cbb [file] [log] [blame]
{
"name": "MSCircleProgressBar",
"version": "0.0.2",
"summary": "This library provides a circular progress bar.",
"description": "The progress bar can be customized according to the README in the github repo.",
"homepage": "https://github.com/nmizoguchi/MSCircleProgressBar",
"license": "MIT",
"authors": {
"Nicholas M. Mizoguchi": "ichnich@gmail.com"
},
"source": {
"git": "https://github.com/nmizoguchi/MSCircleProgressBar.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MSCircleProgressBar": [
"Pod/Assets/*.png"
]
}
}