blob: 841f2a4867dd83765727d37a14c5b30aa9fc6f2c [file] [log] [blame]
{
"name": "VCRouter",
"version": "0.0.1",
"summary": "VCRouter - prototype",
"description": "VCRouter - Prototype View Controller router for iOS/macOS/tvOS (Swift).",
"homepage": "https://github.com/ivlevAstef/VCRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"documentation_url": "https://github.com/ivlevAstef/VCRouter",
"authors": {
"Alexander.Ivlev": "ivlev.stef@gmail.com"
},
"source": {
"git": "https://github.com/ivlevAstef/VCRouter.git",
"tag": "v0.0.1"
},
"requires_arc": true,
"ios": {
"source_files": [
"VCRouter/VCRouter/Sources/**/*.swift",
"VCRouter/VCRouter/VCRouter.h"
]
},
"platforms": {
"ios": "8.0"
}
}