[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / 4 / 7 / MBurger / 1.0.12 / MBurger.podspec.json
blob4cbb71582b18ef73551060ccd9ee688d50a78a5c
2   "name": "MBurger",
3   "version": "1.0.12",
4   "summary": "MBurger SDK.",
5   "description": "MBurger is a client libary, written in Objective-C, that can be used to interact with the MBurger API.",
6   "homepage": "https://github.com/Mumble-SRL/MBurger-iOS",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LorenzOliveto": "lorenzo.oliveto@mumbleideas.it"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/Mumble-SRL/MBurger-iOS.git",
19     "tag": "1.0.12"
20   },
21   "source_files": [
22     "MBurger/*.{h,m,swift}",
23     "MBurger/**/*.{h,m,swift}"
24   ],
25   "frameworks": [
26     "MapKit",
27     "CoreLocation",
28     "Security"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "AFNetworking": [
33       "~> 3.0"
34     ],
35     "SAMKeychain": [
36       "~> 1.5"
37     ]
38   }