blob: ee57de9f34862fb453cb5b0aeaefad6ce3b27270 [file] [log] [blame]
{
"name": "iOSCircularProgressBar",
"version": "0.1.0",
"summary": "A subclass on UILabel that provides a blink.",
"description": "This CocoaPod provides the ability to use a UILabel that may be started and stopped blinking.",
"homepage": "https://github.com/vinicius-a-ro/iOSCircularProgressBar",
"license": "MIT",
"authors": {
"Vinicius Rodrigues": "vinicius.a.ro@gmail.com"
},
"source": {
"git": "https://github.com/vinicius-a-ro/iOSCircularProgressBar.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"iOSCircularProgressBar": [
"Pod/Assets/*.png"
]
}
}