blob: e68193a741947d450f8f80a694d2e903bb7ab9e6 [file] [log] [blame]
{
"name": "CoordinatorLibrary",
"version": "1.0.7",
"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.7"
},
"social_media_url": "https://twitter.com/kauna_mohammed",
"platforms": {
"ios": "10.0"
},
"source_files": "Coordinator/**/*",
"swift_versions": "5.0",
"swift_version": "5.0"
}