blob: 9485b602b5ddf06df1e01d52b2ecfdb7a105404d [file] [log] [blame]
{
"name": "EinButton",
"version": "1.0.1",
"summary": "Simply customable add to cart button with UIView",
"swift_version": "4.0",
"description": "This library is used for button to add item in cart, when you click at the button, it will show up minus, plus, and image button",
"homepage": "https://github.com/theamorn/EinButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Amorn Apichattanakul": "benamorn@gmail.com"
},
"source": {
"git": "https://github.com/theamorn/EinButton.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "EinButton/Classes/**/*",
"resource_bundles": {
"EinButton": [
"EinButton/Assets/*.xcassets"
]
}
}