blob: 10aa2ddf662d8b32c8de26d72d46116fe73b26fa [file] [log] [blame]
{
"name": "SBHelpers",
"version": "0.2.1",
"summary": "SBHelpers write on Swift 5.0. Include extensions and structs for making life easier",
"swift_versions": "5.0",
"description": "'SBHelpers write on Swift 5.0. Include extensions and structs for making life easier'",
"homepage": "https://github.com/Balashov152/SBHelpers",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Balashov152": "balashov.152@gmail.com"
},
"source": {
"git": "https://github.com/Balashov152/SBHelpers.git",
"tag": "0.2.1"
},
"default_subspecs": "Core",
"platforms": {
"ios": "11.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "Core",
"source_files": "SBHelpers/Classes/Core/**/*"
},
{
"name": "Rx",
"source_files": "SBHelpers/Classes/Rx/**/*",
"dependencies": {
"RxSwift": [
"~> 5.1"
],
"RxCocoa": [
"~> 5.1"
],
"RxDataSources": [
"~> 4.0"
],
"RxKeyboard": [
"~> 1.0"
],
"RxViewController": [
"~> 0.4"
]
}
}
],
"swift_version": "5.0"
}