blob: 33fbf58ab658cf1b632cd8f64d3aa06c7d4bdb10 [file] [log] [blame]
{
"name": "RxSejima",
"version": "0.1.0",
"license": "MIT",
"summary": "RxSejima is a framework that expose reusable components.",
"description": "As we always use the same or a really close object, we made severals components that we want to share with you.",
"homepage": "https://github.com/MoveUpwards/RxSejima.git",
"authors": {
"Damien NOËL DUBUISSON": "damien@slide-r.com",
"Loïc GRIFFIÉ": "loic@slide-r.com"
},
"source": {
"git": "https://github.com/MoveUpwards/RxSejima.git",
"tag": "0.1.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"source_files": "RxSejima/Source/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxCocoa": [
"~> 4.3.1"
],
"RxSwift": [
"~> 4.3.1"
],
"Sejima": [
]
}
}