[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 1 / 9 / VCRouter / 0.0.1 / VCRouter.podspec.json
blob841f2a4867dd83765727d37a14c5b30aa9fc6f2c
2   "name": "VCRouter",
3   "version": "0.0.1",
4   "summary": "VCRouter - prototype",
5   "description": "VCRouter - Prototype View Controller router for iOS/macOS/tvOS (Swift).",
6   "homepage": "https://github.com/ivlevAstef/VCRouter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "documentation_url": "https://github.com/ivlevAstef/VCRouter",
12   "authors": {
13     "Alexander.Ivlev": "ivlev.stef@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/ivlevAstef/VCRouter.git",
17     "tag": "v0.0.1"
18   },
19   "requires_arc": true,
20   "ios": {
21     "source_files": [
22       "VCRouter/VCRouter/Sources/**/*.swift",
23       "VCRouter/VCRouter/VCRouter.h"
24     ]
25   },
26   "platforms": {
27     "ios": "8.0"
28   }