blob: 5e155b09d77267eb82c3bf0d395a53f9ffcaee31 [file] [log] [blame]
{
"name": "WYProgressView",
"version": "0.0.2",
"summary": "按钮改造成进度条。",
"description": "直接调用UIButton扩展类,添加参数即可快速搭建进度条。",
"homepage": "https://github.com/wuyaGit/WYProgressView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"youngBi": "407671883@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wuyaGit/WYProgressView.git",
"tag": "0.0.2"
},
"source_files": [
"WYProgressView",
"WYProgressView/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}