blob: 66eb3612b7b0636370d232c64e0b47680e1b2942 [file] [log] [blame]
{
"name": "CoordinatorType",
"version": "0.0.2",
"summary": "CoordinatorType protocol for making implementing the Coordinator pattern painless.",
"description": "CoordinatorType protocol with basic Coordinator requirements implemented and default functionality implemented via protocol extensions.",
"homepage": "https://github.com/rchatham/CoordinatorType.git",
"license": "MIT",
"authors": {
"Reid Chatham": "reid.chatham@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/rchatham/CoordinatorType.git",
"tag": "0.0.2"
},
"ios": {
"source_files": "CoordinatorType-iOS/*.swift"
},
"osx": {
"source_files": "CoordinatorType-macOS/*.swift"
},
"pushed_with_swift_version": "3.0"
}