blob: cd6088bf67a46d9456688bb232e9dc23cc700d62 [file] [log] [blame]
{
"name": "CircleProgress",
"version": "0.01",
"summary": "Circle ProgressBar control for iOS.",
"description": "Provides wide range of customization options.\nSupports XCode 6 live rendering feature for on-the-fly customization.\nHas ability to animate ProgressBar's progress chage.",
"homepage": "https://github.com/fork4jm/CircleProgress",
"license": "MIT",
"authors": {
"kot": "dianhong.ge@jiamiantech.com"
},
"source": {
"git": "https://github.com/fork4jm/CircleProgress.git",
"tag": "0.01"
},
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "CircleProgressBarDemo/CircleProgressBar/*",
"resources": "CircleProgressBarDemo/CircleProgressBar/*.{png,bundle}",
"frameworks": [
"UIKit",
"QuartzCore"
]
}