[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 7 / 8 / Vespucci / 0.2.5 / Vespucci.podspec.json
blob97fd7e3277ccb62badc219d1cb2cf3eba8117fa3
2   "name": "Vespucci",
3   "version": "0.2.5",
4   "summary": "Navigation microframework",
5   "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",
6   "homepage": "https://github.com/Wondermall/Vespucci",
7   "license": "MIT",
8   "authors": {
9     "Sash Zats": "sash@zats.io"
10   },
11   "source": {
12     "git": "https://github.com/Wondermall/Vespucci.git",
13     "tag": "0.2.5"
14   },
15   "social_media_url": "https://twitter.com/zats",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Sources/**/*",
21   "dependencies": {
22     "ReactiveCocoa": [
23       "~> 2.4"
24     ],
25     "JLRoutes": [
26       "~> 1.5.2"
27     ]
28   }