[Add] MapboxCommon 24.10.0-daily-2024-12-14-04-25
[CocoaPods.git] / Specs / 2 / 7 / 6 / KatanaRouter / 0.4 / KatanaRouter.podspec.json
blobda3113aa62d117fbc445f3b6ca1f43a8d52541fc
2   "name": "KatanaRouter",
3   "version": "0.4",
4   "summary": "App Routing for Katana",
5   "description": "Declarative and type-safe routing for Katana.",
6   "homepage": "https://github.com/michalciurus/KatanaRouter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Michal Ciurus": "michael.ciurus@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/MichaelCiurus",
15   "source": {
16     "git": "https://github.com/michalciurus/KatanaRouter.git",
17     "tag": "0.4"
18   },
19   "platforms": {
20     "ios": "8.3",
21     "osx": "10.10"
22   },
23   "requires_arc": true,
24   "source_files": "KatanaRouter/**/*.swift",
25   "dependencies": {
26     "Katana": [
27       "~> 0.6.1"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"