blob: 262857a04986562b29334cd27e3199303e2a1d22 [file] [log] [blame]
{
"name": "Vespucci",
"version": "0.2.1",
"summary": "Navigation microframework",
"description": " Routing made simple. Not only for UINavigationController.\n\n 1. Register route.\n 2. Explain how to present 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.2.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"
]
}
}