blob: 6e411f1600829ccd943fc8070c4e87b7457fe1d3 [file] [log] [blame]
{
"name": "QTYButton",
"version": "0.1.0",
"summary": "simple quantity buttons, you can add number of quantity use + - buttons",
"description": "Add Quantity product by clicking + or -.",
"homepage": "http://asharijuang.github.io",
"license": "MIT",
"authors": "Ashari Juang",
"source": {
"git": "https://github.com/asharijuang/qtybutton.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "QTYButtons/**/*.{swift}",
"resource_bundles": {
"QTYButtons": [
"QTYButtons/**/*.{xib,xcassets,imageset}"
]
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}