blob: 5c359efba71e75eacefc47a16408f7223c98e7a6 [file] [log] [blame]
{
"name": "CoordinatorKit",
"version": "0.0.3",
"summary": "A framework that implements the coordinator pattern in a fashion similar to how UIViewControllers work.",
"homepage": "https://github.com/nathanlanza/CoordinatorKit",
"license": "MIT",
"authors": {
"Nathan Lanza": "nathan@lanza.io"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/nathanlanza/CoordinatorKit.git",
"tag": "0.0.3"
},
"source_files": "CoordinatorKit/*.{h,m,swift}",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}