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