blob: 396e2746c6dafea70f2e53dda5287f2af1d0f978 [file] [log] [blame]
{
"name": "Coordinators",
"version": "1.0.3",
"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.3"
},
"social_media_url": "https://twitter.com/rcdeveloper",
"platforms": {
"ios": "10.0"
},
"source_files": "Coordinators/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"4.4.1"
]
}
}