blob: ce1787fb8b39fab6c2cabc6001e6cdc249df682d [file] [log] [blame]
{
"name": "NeoCoordinator",
"version": "0.3.9",
"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.9"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Coordinator/**/*.{h,swift}"
}