blob: d4819a941e018e2644b10da83d2fa8b219d0dc16 [file] [log] [blame]
{
"name": "Geppetto",
"version": "0.2.3",
"summary": "Declaritive Reactive Functional Architecture for iOS Application",
"homepage": "https://github.com/rinndash/Geppetto",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jinseo Yoon": "rinndash@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/rinndash/Geppetto.git",
"tag": "0.2.3"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m,swift}"
],
"swift_version": "5.0",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"RxSwiftExt": [
"~> 5"
]
}
}