blob: 03bc619d5d0f11c3ce9a6c70c1e1943b649b86d5 [file] [log] [blame]
{
"name": "Cart",
"version": "0.1.1",
"summary": "This is an example of cart. First view is for all products and other view is selected products in cart",
"description": "'This is an example of cart. First view is for all products and other view is selected products in cart'",
"homepage": "https://github.com/WaqarAhmedBajwa/Cart",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WaqarAhmedBajwa": "waqarahmed.bajwa@gmail.com"
},
"source": {
"git": "https://github.com/WaqarAhmedBajwa/Cart.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "4.0",
"source_files": "Source/**/*",
"resource_bundles": {
"Cart": [
"Source/Database/ShoppingCartDB.xcdatamodel"
]
},
"swift_version": "4.0"
}