blob: 921760f0e90084e3d7bc491e919fca6d9a5ba8fd [file] [log] [blame]
{
"name": "CoordinatorLibrary",
"version": "1.0.8",
"summary": "CoordinatorLibrary is a library to help simplify working with the 'Coordinator Pattern'",
"description": "CoordinatorLibrary is based on the 'Coordinator Pattern' which attempts to solve the problem of 'Seperation of concerns' by seperating navigation flow logic from a UIViewController and abstracting navigation into it's own object, allowing for reusability of ViewControllers. The library helps make it simpler to adopt/use the 'Coordinator Pattern'",
"homepage": "https://github.com/kaunamohammed/CoordinatorLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kaunamohammed": "kaunamohammed@gmail.com"
},
"source": {
"git": "https://github.com/kaunamohammed/CoordinatorLibrary.git",
"tag": "1.0.8"
},
"social_media_url": "https://twitter.com/kauna_mohammed",
"platforms": {
"ios": "10.0"
},
"source_files": "Coordinator/**/*",
"swift_versions": "5.0",
"swift_version": "5.0"
}