blob: 677adae2b0c2c41f723733d966f6fcbf9a0c2a0c [file] [log] [blame]
{
"name": "Coordinators",
"version": "1.0.0",
"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.0"
},
"social_media_url": "https://twitter.com/rcdeveloper",
"platforms": {
"ios": "8.0"
},
"source_files": "Coordinators/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
]
},
"pushed_with_swift_version": "4.0"
}