blob: 7f46e3fb31c72e7d55dc4f827b544722eb0d1d89 [file] [log] [blame]
{
"name": "MBPayments",
"version": "1.0.3",
"summary": "MBurger payements plugin.",
"description": "MBurger payements plugin used to enable payments to the MBurger iOS SDK.",
"homepage": "https://github.com/Mumble-SRL/MBPayments-iOS",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"LorenzOliveto": "lorenzo.oliveto@mumbleideas.it"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/Mumble-SRL/MBPayments-iOS.git",
"tag": "1.0.3"
},
"source_files": [
"MBPayments/*.{h,m,swift}",
"MBPayments/**/*.{h,m,swift}"
],
"requires_arc": true,
"dependencies": {
"MBurger": [
],
"Stripe": [
]
}
}