blob: 46a13999ec6b9faece22fbe014b366a368cc5e56 [file] [log] [blame]
{
"name": "MBurger",
"version": "1.0.5",
"summary": "MBurger SDK.",
"description": "MBurger is a client libary, written in Objective-C, that can be used to interact with the MBurger API.",
"homepage": "https://github.com/Mumble-SRL/MBurger-iOS",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"LorenzOliveto": "lorenzo.oliveto@mumbleideas.it"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/Mumble-SRL/MBurger-iOS.git",
"tag": "1.0.5"
},
"source_files": [
"MBurger/*.{h,m,swift}",
"MBurger/**/*.{h,m,swift}"
],
"frameworks": [
"MapKit",
"CoreLocation",
"Security"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"SAMKeychain": [
"~> 1.5"
]
}
}