blob: d12dcc60548303664003d0e3d594daa35e8dce51 [file] [log] [blame]
{
"name": "Boomerang",
"version": "4.0.1",
"summary": "Swift microframework for MVVM",
"description": "Boomerang is a swift microframework for better crossplatform apps",
"homepage": "https://github.com/stefanomondino/Boomerang",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Stefano Mondino",
"platforms": {
"osx": "10.10",
"ios": "9.0",
"tvos": "9.2"
},
"source": {
"git": "https://github.com/stefanomondino/Boomerang.git",
"tag": "4.0.1"
},
"source_files": "Sources/*.{swift,h,m}",
"ios": {
"source_files": "Sources/UIKit/{*,ios/*}.{swift}"
},
"tvos": {
"source_files": "Sources/UIKit/*.{swift}"
},
"module_map": "Sources/module.modulemap",
"dependencies": {
"RxSwift": [
],
"Action": [
]
}
}