[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / 7 / 1 / Beaconsmind / 1.0.4 / Beaconsmind.podspec.json
blobfcd81ab4f627f59892ae04b1b33e5e5ad6c68cee
2   "name": "Beaconsmind",
3   "version": "1.0.4",
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     "Bruno Bulic": "brbulic@codebase.hr"
13   },
14   "source": {
15     "git": "https://gitlab.com/beaconsmind/client-sdk-ios",
16     "tag": "1.0.4"
17   },
18   "platforms": {
19     "ios": "9.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           "~> 4.9.0"
48         ]
49       }
50     }
51   ],
52   "swift_version": "5.0"