blob: 54fa2be1e9e5d38e0bb907fe9941fd0da7427484 [file] [log] [blame]
{
"name": "OpenShop",
"version": "0.1.0",
"summary": "OpenShop is an eCommerce framweork written in Swift.",
"description": "OpenShop is an eCommerce framework written in Swift.(...)",
"homepage": "https://github.com/SMTOpenSource/OpenShop",
"license": "MIT",
"authors": {
"Jakub Długosz": "dlugosz.jakub@gmail.com"
},
"source": {
"git": "https://github.com/SMTOpenSource/OpenShop.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"OpenShop": [
"Pod/Assets/*.png"
]
}
}