blob: b4c5243eac1cac530067341ce02520e72ef2cf5a [file] [log] [blame]
{
"name": "Coordinators",
"version": "0.1.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": "0.1.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"
}