[Add] FormBuilderUI 0.5.5
[CocoaPods.git] / Specs / f / 8 / 1 / DependencyRouter / 0.2.1 / DependencyRouter.podspec.json
blobf7c3525f95ea56fe2cb0f69429b2ad30ce5d2a43
2   "name": "DependencyRouter",
3   "version": "0.2.1",
4   "summary": "Router with dependency services and parameters",
5   "description": "Written in Swift.\n         Router with dependency services and parameters",
6   "homepage": "https://github.com/ProVir/DependencyRouter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ViR (Vitaliy Korotkiy)": "admin@provir.ru"
13   },
14   "source": {
15     "git": "https://github.com/ProVir/DependencyRouter.git",
16     "tag": "0.2.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "deprecated": true,
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": [
26         "Source/Core/*.swift",
27         "Source/*.h"
28       ],
29       "public_header_files": "Source/*.h"
30     },
31     {
32       "name": "General",
33       "source_files": "Source/General/*.swift",
34       "dependencies": {
35         "DependencyRouter/Core": [
37         ]
38       }
39     },
40     {
41       "name": "ObjC",
42       "source_files": "Source/ObjC/*.swift",
43       "dependencies": {
44         "DependencyRouter/General": [
46         ]
47       }
48     }
49   ],
50   "swift_version": "5.0"