blob: ac6191353c20db8fe429d1c8cc92aa9207be138a [file] [log] [blame]
{
"name": "POSBillCalculator",
"version": "0.1.0",
"summary": "A POS bill calculation engine.",
"description": "A POS bill calculation engine. Install it into your project, provide the bill items, applicable taxes & discounts, & get bill information such as subtotal, total taxes, discounts, & total.",
"homepage": "https://github.com/VineetMrug/POSBillCalculator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vineet Mrug": "m.vineet26@gmail.com"
},
"source": {
"git": "https://github.com/VineetMrug/POSBillCalculator.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": [
"4.2",
"5",
"5"
],
"source_files": "POSBillCalculator/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "5"
}