blob: e5b4ab46d4d68d22160094db1dc24aa8bbdb2008 [file] [log] [blame]
{
"name": "Geppetto",
"version": "0.2.4",
"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.4"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m,swift}"
],
"swift_version": "5.0",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"RxSwiftExt": [
"~> 5"
]
}
}