blob: 6accf42747541f5d08f8ac1ae9a9f58566ef6cf5 [file] [log] [blame]
{
"name": "ADCoordinator",
"version": "1.0.0",
"summary": "An implementation of the coordinator pattern used at Fabernovel.",
"description": "Coordinators are a powerful pattern to decouple the navigation from the view controllers in an app.\nThis library provides a base class `Coordinator` and a mecanism to retain and release coordinators easily.",
"homepage": "https://github.com/faberNovel/Coordinator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pierre Felgines": "pierre.felgines@fabernovel.com"
},
"source": {
"git": "https://github.com/faberNovel/Coordinator.git",
"tag": "v1.0.0"
},
"social_media_url": "https://twitter.com/fabernovel",
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"swift_versions": "5.1",
"source_files": "ADCoordinator/Classes/**/*",
"swift_version": "5.1"
}