blob: 18e5d2a95bb5bc0f586d81d91b5e8cdd04435b2c [file] [log] [blame]
{
"name": "DCCJCashier",
"version": "0.3.2",
"summary": "This is cashier module",
"description": "This is a cashier modeule. It cares about binding cards, listing bank cards, paying.",
"homepage": "https://github.com/Ghstart/DCCJCashier",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ghstart": "gonghuan2020@gmail.com"
},
"source": {
"git": "https://github.com/Ghstart/DCCJCashier.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "DCCJCashier/Classes/**/*",
"resource_bundles": {
"DCCJCashier": [
"DCCJCashier/Classes/**/**/*.{png,jpeg,jpg,storyboard,xib}"
]
},
"frameworks": "UIKit",
"dependencies": {
"DCCJNetwork": [
"~> 0.3.3"
],
"DCCJNavigator": [
"~> 0.1.1"
],
"DCCJConfig": [
"~> 0.1.0"
]
}
}