blob: 24d99a24a994ee15c572a2dab5a33b77351ace7d [file] [log] [blame]
{
"name": "LZProgress",
"version": "0.0.1",
"summary": "一个圆形的进度条,LZProgress.",
"description": "一个圆形的进度条,直接引入即可,不过frame必须是正方形的尺寸,不然会引起变形。",
"homepage": "https://github.com/liangzhen6/LZProgress",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"shenzhenshihua": "liangz@szmn.com.cn"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/liangzhen6/LZProgress.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"LZProgress/LZProgressView.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}