blob: f63f8126d2eac12c382273901c5fe154bafe4a59 [file] [log] [blame]
{
"name": "MBAutomationSwift",
"version": "0.1.3",
"summary": "MBurger automation plugin.",
"swift_versions": "4.2",
"description": "MBurger automation plugin used to automate the displaying of in app messages and push notifications using MBurger iOS SDK.",
"homepage": "https://github.com/Mumble-SRL/MBAutomationSwift",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"LorenzOliveto": "lorenzo.oliveto@mumbleideas.it"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/Mumble-SRL/MBAutomationSwift.git",
"tag": "0.1.3"
},
"source_files": [
"MBAutomationSwift/*.{h,m,swift}",
"MBAutomationSwift/**/*.{h,m,swift}"
],
"frameworks": [
"UserNotifications",
"CoreLocation"
],
"libraries": "sqlite3",
"requires_arc": true,
"dependencies": {
"MBurgerSwift": [
],
"MBMessagesSwift": [
],
"MBAudienceSwift": [
]
},
"swift_version": "4.2"
}