blob: 211d1f98a39dea0cc54ea61bb8f7efdf39e62498 [file] [log] [blame]
{
"name": "Coordinate",
"version": "1.0.0",
"summary": "A small iOS library to help you use the Coordinator Pattern with your App",
"description": "This library helps you use the Coordinator Pattern in iOS. The Coordinator Pattern helps you manage the Navigation of your App and keep your code scalable, reusable and mantainable.",
"homepage": "https://coordinate.codexperience.io/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anderson": "anderson@codexperience.io"
},
"social_media_url": "https://twitter.com/imanderson_com",
"platforms": {
"ios": "9",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/codexperience-io/coordinate.git",
"tag": "1.0.0"
},
"source_files": "Coordinate/*.swift",
"swift_version": "5.0"
}