blob: da6d2e46ab86e4d6163d01a3fe408e7981b6ab02 [file] [log] [blame]
{
"name": "Boomerang",
"version": "6.1",
"summary": "Swift microframework for MVVM",
"description": "A Swift microframework helping developers to write better MVVM applications.",
"homepage": "http://github.com/synesthesia-it/Boomerang",
"swift_versions": "5.1",
"license": "MIT",
"authors": {
"Stefano Mondino": "stefano.mondino.dev@gmail.com"
},
"platforms": {
"ios": "11.0",
"tvos": "11.0"
},
"source": {
"git": "https://github.com/synesthesia-it/Boomerang.git",
"tag": "6.1"
},
"default_subspecs": "UIKit",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*.{swift}"
},
{
"name": "UIKit",
"source_files": "Sources/UIKit/**/*{.swift}",
"dependencies": {
"Boomerang/Core": [
]
},
"frameworks": "UIKit",
"platforms": {
"ios": "11.0",
"tvos": "11.0"
}
},
{
"name": "RxSwift",
"source_files": "Sources/Rx/**/*{.swift}",
"dependencies": {
"Boomerang/UIKit": [
],
"RxCocoa": [
],
"RxSwift": [
],
"RxDataSources": [
]
}
}
],
"swift_version": "5.1"
}