blob: f9732469d5c36862f3e940170270e687d9bfc94d [file] [log] [blame]
{
"name": "InterfaceBacked",
"version": "2.2",
"summary": "Simplify using `.storyboards` like `.xib` files",
"description": "Easily create UIViewController from a single storyboard with the same name with handling the error cases, different bundles or optionals.",
"homepage": "https://github.com/florianbuerger/interfacebacked",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Florian Bürger": "florian@florianbuerger.com"
},
"social_media_url": "https://twitter.com/florianbuerger",
"platforms": {
"ios": "12.0",
"tvos": "12.0"
},
"swift_versions": "5",
"source": {
"git": "https://github.com/florianbuerger/interfacebacked.git",
"tag": "2.2"
},
"source_files": "InterfaceBacked/**/*.swift",
"frameworks": "UIKit"
}