[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / 7 / 1 / Beaconsmind / 3.8.3 / Beaconsmind.podspec.json
bloba42633fadf461c33cb43a01ffb5789cf24826ac2
2   "name": "Beaconsmind",
3   "version": "3.8.3",
4   "summary": "Beaconsmind SDK library for Beaconsmind Services and API calls",
5   "description": "Client SDK collection for connecting to Beaconsmind infrastructure to access APIs and initialize beacons.",
6   "homepage": "https://gitlab.com/beaconsmind/client-sdk-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Augustin Juricic": "augustinjuricic@beaconsmind.com"
13   },
14   "source": {
15     "git": "https://gitlab.com/beaconsmind/client-sdk-ios",
16     "tag": "3.8.3"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": [
22     "4.0",
23     "4.1",
24     "4.2",
25     "5.0"
26   ],
27   "subspecs": [
28     {
29       "name": "SDK",
30       "source_files": "Beaconsmind/Beaconsmind/Services/**/*{.swift}",
31       "dependencies": {
32         "Beaconsmind/API": [
34         ],
35         "MBProgressHUD": [
36           "~> 1.2.0"
37         ],
38         "BugfenderSDK": [
39           "~> 1.11.0"
40         ]
41       },
42       "frameworks": [
43         "UIKit",
44         "CoreLocation",
45         "UserNotifications"
46       ]
47     },
48     {
49       "name": "API",
50       "source_files": "Beaconsmind/Beaconsmind/API/**/*{.swift}",
51       "dependencies": {
52         "Alamofire": [
53           "~> 5.4.4"
54         ],
55         "AlamofireImage": [
56           "~> 4.1.0"
57         ]
58       }
59     }
60   ],
61   "swift_version": "5.0"