blob: 15d3a8afd6a2cd768e540df5c91bbfa5f1fcdc9e [file] [log] [blame]
{
"name": "FTProgress",
"version": "0.0.1",
"summary": "FTProgress is a subclass of UIView, which shows circle progress or pie progress.",
"description": "FTProgress is a subclass of UIView, which shows circle progress or pie progress. Feel free to run the demo and use it in your own projects.",
"homepage": "https://github.com/liufengting/FTProgress",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liufengting": "wo157121900@me.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/liufengting/FTProgress.git",
"tag": "0.0.1"
},
"source_files": [
"FTProgress",
"FTProgress/*.{h,m,swift}"
],
"swift_version": "4.0"
}