blob: a60a2acdd8e121bd3cb28a26624c287299dfe194 [file] [log] [blame]
{
"name": "FillTheTank",
"version": "1.0",
"summary": "A customizable container view with options for filling up animation.",
"description": "This FillTheTank view will fills up with your custom color linearly or progressively with several other custom options!",
"swift_versions": "4.0",
"homepage": "https://github.com/richlu1018/FillTheTank",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Richard Lu": "richlu1018@gmail.com"
},
"source": {
"git": "https://github.com/richlu1018/FillTheTank.git",
"tag": "v1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": [
"FillTheTank/TankView.swift",
"FillTheTank/FillUpManager.swift",
"FillTheTank/FillsView.swift"
],
"swift_version": "4.0"
}