blob: 31c190ebb02c486b5df636b12bf30a6d624e764b [file] [log] [blame]
{
"name": "MBurgerSwift",
"version": "1.0.5",
"summary": "A Swift version of MBurger SDK",
"description": "MBurger is a client libary, written in Swift, that can be used to interact with the MBurger API.",
"homepage": "https://github.com/Mumble-SRL/MBurgerSwift",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Alessandro Viviani": "alessandro.viviani@mumbleideas.it"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/Mumble-SRL/MBurgerSwift.git",
"tag": "1.0.5"
},
"source_files": [
"MBurgerSwift/*.{h,m,swift}",
"MBurgerSwift/**/*.{h,m,swift}"
],
"frameworks": "CoreLocation",
"dependencies": {
"SAMKeychain": [
],
"MBNetworkingSwift": [
]
},
"swift_versions": "5",
"swift_version": "5"
}