[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / 7 / 1 / Beaconsmind / 3.1.0 / Beaconsmind.podspec.json
blobe13f18ff6287f7ecfdbfec475dca380b5598946a
2   "name": "Beaconsmind",
3   "version": "3.1.0",
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.1.0"
17   },
18   "platforms": {
19     "ios": "10.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       },
36       "frameworks": [
37         "UIKit",
38         "CoreLocation",
39         "UserNotifications"
40       ]
41     },
42     {
43       "name": "API",
44       "source_files": "Beaconsmind/Beaconsmind/API/**/*{.swift}",
45       "dependencies": {
46         "Alamofire": [
47           "~> 5.4.4"
48         ]
49       }
50     }
51   ],
52   "swift_version": "5.0"