blob: bca3c99bab44b908a699a989503ee56123526f4d [file] [log] [blame]
{
"name": "BetSdk",
"version": "1.0.3",
"summary": "iOS SDK to interact with Bet Api.",
"description": "This library helps you to perform RESTful requests to Bet Api.",
"homepage": "https://gitlab.com/hivinau.graffe/bet-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hivinau": "hivinau.graffe@hotmail.fr"
},
"source": {
"git": "https://gitlab.com/hivinau.graffe/bet-sdk.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "13.0"
},
"default_subspecs": "Core",
"static_framework": true,
"swift_versions": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "BetSdk/Classes/Core/**/*"
},
{
"name": "RxSwift",
"dependencies": {
"BetSdk/Core": [
],
"RxSwift": [
"~> 5.1.1"
],
"RxCocoa": [
"~> 5.1.1"
]
},
"source_files": "BetSdk/Classes/RxSwift/**/*"
}
],
"swift_version": "5.0"
}