blob: 996c81afcedf5b8a9c2abd16d3013d791a20d456 [file] [log] [blame]
{
"name": "Vespucci",
"version": "0.4.1",
"summary": "Navigation microframework",
"description": " Routing made simple. Not only for UINavigationController.\n\n 1. Register a route.\n 2. Explain how to present a view controller.\n 3. Explain how to dismiss it.\n\n That's it. Framework takes care of all the transition permutations!\n",
"homepage": "https://github.com/Wondermall/Vespucci",
"license": "MIT",
"authors": {
"Sash Zats": "sash@zats.io"
},
"source": {
"git": "https://github.com/Wondermall/Vespucci.git",
"tag": "0.4.1"
},
"social_media_url": "https://twitter.com/zats",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Sources/**/*",
"dependencies": {
"ReactiveCocoa": [
"~> 2.4"
],
"JLRoutes": [
"~> 1.5.2"
]
}
}