blob: 7ca2660a119d1ecdbc45b68b5916319f3e377784 [file] [log] [blame]
{
"name": "VCRouter",
"version": "0.0.2",
"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.2"
},
"requires_arc": true,
"source_files": [
"VCRouter/VCRouter/Sources/**/*.swift",
"VCRouter/VCRouter/VCRouter.h"
],
"platforms": {
"ios": "8.0"
}
}