blob: 43ae0f679fb50b62db2e9541f445af056e0f640c [file] [log] [blame]
{
"name": "Coordinators",
"version": "1.1.0",
"summary": "A framework for light flexible Swift MVVM coordinators",
"swift_versions": "5.0",
"description": "A framework for simple and flexible Swift Coordinators. Ideal to be used with MVVM+Coordinator architectures.",
"homepage": "https://github.com/Bitdreams/Coordinators",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"raphaelcruzeiro": "raphael@bitdreams.co"
},
"source": {
"git": "https://github.com/Bitdreams/Coordinators.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/rcdeveloper",
"platforms": {
"ios": "10.0"
},
"source_files": "Coordinators/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
]
},
"swift_version": "5.0"
}