[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 4 / 7 / MBurger / 1.0.19 / MBurger.podspec.json
blobca6fb3258ba6caa455ed6e64cddd73bcfd3e389e
2   "name": "MBurger",
3   "version": "1.0.19",
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.19"
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/NSURLSession": [
33       "~> 3.0"
34     ],
35     "SAMKeychain": [
36       "~> 1.5"
37     ]
38   }