blob: 39715720956eb71028aed13f5733ca6e82415de9 [file] [log] [blame]
{
"name": "CoordinatorKit",
"version": "0.0.6",
"summary": "A framework that implements the coordinator pattern in a fashion similar to how UIViewControllers work.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/nathanlanza/CoordinatorKit",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/nathanlanza/CoordinatorKit.git",
"tag": "0.0.6"
},
"frameworks": "UIKit",
"authors": {
"Nathan Lanza": "nathan@lanza.io"
},
"social_media_url": "https://twitter.com/nlanzaio",
"source_files": "Source/*.swift",
"pushed_with_swift_version": "3.0"
}