blob: 4e2b9d6a7683be92c63240f14aae26258e31f5dc [file] [log] [blame]
{
"name": "NeoCoordinator",
"version": "0.3.8",
"summary": "A coordinator implementation to easilly use it.",
"description": "A coordinator implementation to easilly use it. A Coordinator is an object the encapsulates a lifecycle that is spread over a collection of view controllers.",
"homepage": "https://github.com/XavierDK/Coordinator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"XavierDK": "xavier.dekoninck@gmail.com"
},
"source": {
"git": "https://github.com/XavierDK/Coordinator.git",
"tag": "0.3.8"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1",
"source_files": "Coordinator/**/*"
}