blob: 59355ef58afb7a3493fda97b27b46a81858e46e0 [file] [log] [blame]
{
"name": "SBHelpers",
"version": "0.1.3",
"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.1.3"
},
"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/**/*",
"dependencies": {
"AlamofireImage": [
"~> 3.5"
]
}
},
{
"name": "Rx",
"source_files": "SBHelpers/Classes/Rx/**/*",
"dependencies": {
"RxSwift": [
"~> 4.5"
],
"RxCocoa": [
"~> 4.5"
],
"RxDataSources": [
"~> 3.1"
],
"RxKeyboard": [
"~> 0.9"
],
"RxViewController": [
"~> 0.4"
]
}
}
],
"swift_version": "5.0"
}