blob: d3c9d3270d8738cf2d9d009bd2d81fa6596dac9a [file] [log] [blame]
{
"name": "YLProgressBar",
"version": "3.7.0",
"platforms": {
"ios": "5.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "UIProgressView replacement with an highly and fully customizable animated progress bar in pure Core Graphics",
"homepage": "https://github.com/yannickl/YLProgressBar",
"authors": {
"Yannick Loriot": "contact@yannickloriot.com"
},
"social_media_url": "https://twitter.com/yannickloriot",
"source": {
"git": "https://github.com/yannickl/YLProgressBar.git",
"tag": "3.7.0"
},
"source_files": [
"YLProgressBar/YLProgressBar.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true
}