blob: ff881ebd1712fb550b48fd8f0cb0fbc0a8e0fe0c [file] [log] [blame]
{
"name": "MSCircleProgressBar",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MSCircleProgressBar": [
"Pod/Assets/*.png"
]
}
}