[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 1 / 7 / e / BetSdk / 1.1.0 / BetSdk.podspec.json
blob42d6a5706d2fcf68b80b74f4c3772541b9987af7
2   "name": "BetSdk",
3   "version": "1.1.0",
4   "summary": "iOS SDK to interact with Bet Api.",
5   "description": "This library helps you to perform RESTful requests to Bet Api.",
6   "homepage": "https://gitlab.com/hivinau.graffe/bet-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hivinau": "hivinau.graffe@hotmail.fr"
13   },
14   "source": {
15     "git": "https://gitlab.com/hivinau.graffe/bet-sdk.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "default_subspecs": "Core",
22   "static_framework": true,
23   "swift_versions": "5.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "BetSdk/Classes/Core/**/*"
28     },
29     {
30       "name": "RxSwift",
31       "dependencies": {
32         "BetSdk/Core": [
34         ],
35         "RxSwift": [
36           "~> 5.1.1"
37         ],
38         "RxCocoa": [
39           "~> 5.1.1"
40         ]
41       },
42       "source_files": "BetSdk/Classes/RxSwift/**/*"
43     }
44   ],
45   "swift_version": "5.0"