blob: 4d8e1f8118d4622ae86328b37db5f7f2a96c1c0e [file] [log] [blame]
{
"name": "Boomerang",
"version": "0.9",
"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": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/stefanomondino/Boomerang.git",
"tag": "0.9"
},
"source_files": "Sources/*.{swift,h,m}",
"ios": {
"source_files": "Sources/UIKit/**.{swift}"
},
"tvos": {
"source_files": "Sources/UIKit/*.{swift}"
},
"module_map": "Sources/module.modulemap",
"dependencies": {
"RxSwift": [
"~> 3.0"
],
"Action": [
"~> 2.1"
]
},
"pushed_with_swift_version": "3.0"
}