blob: efd386fa2184468dbc7250456e15175222728c58 [file] [log] [blame]
{
"name": "OmegaPipe",
"version": "1.0.1",
"summary": "Simple, flexible MVVM protocol using Command pattern",
"homepage": "https://github.com/tokijh/OmegaPipe",
"license": {
"type": "MIT",
"file": "LICENCE"
},
"authors": {
"tokijh": "tokijh@naver.com"
},
"social_media_url": "https://facebook.com/tokijh",
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/tokijh/OmegaPipe.git",
"tag": "1.0.1"
},
"source_files": "OmegaPipe/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 4.0"
]
}
}