blob: d764aecb10b4080aab8c90cb830f63925fc896ae [file] [log] [blame]
{
"name": "Inchworm",
"version": "0.1",
"summary": "A swift slider-style value adjusting tool",
"description": "A swift value adjusting tool which mimics the slider to set value in Photo.app in iOS 13",
"homepage": "https://github.com/guoyingtao/Inchworm",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yingtao Guo": "guoyingtao@outlook.com"
},
"social_media_url": "http://twitter.com/guoyingtao",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/guoyingtao/Inchworm.git",
"tag": "0.1"
},
"source_files": "Inchworm/**/*.{h,swift}",
"swift_version": "5.0"
}