blob: 2d760e4e559d2614a70767170ae957a267937377 [file] [log] [blame]
{
"name": "TLVCFromStoryboard",
"version": "0.1.0",
"summary": "UIViewController extension that looks for a view controller in all available storyboards by class name.",
"description": "UIViewController extension that searches for a view controller in all available storyboards by class name!",
"homepage": "https://github.com/ali312/TLVCFromStoryboard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ali312": "ali312@yandex.ru"
},
"source": {
"git": "https://github.com/ali312/TLVCFromStoryboard.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.3"
},
"source_files": [
"ViewControllerExtension/UIViewController+Storyboard.swift",
"ViewControllerExtension/ViewControllerExtension-Bridging-Header.h",
"ViewControllerExtension/TLExceptionHandler.h",
"ViewControllerExtension/TLExceptionHandler.m"
],
"pushed_with_swift_version": "3.0"
}