blob: 3536373f7dfd0811f83c1ab2bb6fa66f8506922f [file] [log] [blame]
{
"name": "YLProgressBar",
"version": "3.7.1",
"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.1"
},
"source_files": [
"YLProgressBar/YLProgressBar.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true
}