blob: c360ee3c8c62257a79fbf797d0e1b5fb092f7dba [file] [log] [blame]
{
"name": "Coordinators",
"version": "1.0.2",
"summary": "A framework for light flexible Swift MVVM coordinators",
"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.0.2"
},
"social_media_url": "https://twitter.com/rcdeveloper",
"platforms": {
"ios": "10.0"
},
"source_files": "Coordinators/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"4.4.1"
]
}
}