blob: b3ff1e14b20220a71f5f1b8b4ad598d92618fdcd [file] [log] [blame]
{
"name": "CoordinatorPattern",
"version": "0.1.0",
"summary": "Simple implementation of coordinators",
"homepage": "https://github.com/cocuroci/CoordinatorPattern",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"André Cocuroci": "cocuroci@gmail.com"
},
"source": {
"git": "https://github.com/cocuroci/CoordinatorPattern.git",
"tag": "0.1.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "CoordinatorPattern/Classes/**/*",
"swift_version": "5.0"
}