[Add] OpacityCore 3.22.7
[CocoaPods.git] / Specs / 0 / 7 / 1 / Beaconsmind / 3.5.0 / Beaconsmind.podspec.json
blobc9f55b9241b7e360eb1e69e592e28cad70d5c889
2   "name": "Beaconsmind",
3   "version": "3.5.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.5.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         "MBProgressHUD": [
36           "~> 1.2.0"
37         ]
38       },
39       "frameworks": [
40         "UIKit",
41         "CoreLocation",
42         "UserNotifications"
43       ]
44     },
45     {
46       "name": "API",
47       "source_files": "Beaconsmind/Beaconsmind/API/**/*{.swift}",
48       "dependencies": {
49         "Alamofire": [
50           "~> 5.4.4"
51         ],
52         "AlamofireImage": [
53           "~> 4.1.0"
54         ]
55       }
56     }
57   ],
58   "swift_version": "5.0"