blob: f046d8b22615c045f82d472cdde0c92f7f0af0b9 [file] [log] [blame]
{
"name": "InterfaceBacked",
"version": "2.0.1",
"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": "9.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/florianbuerger/interfacebacked.git",
"tag": "2.0.1"
},
"source_files": "InterfaceBacked/**/*.swift",
"frameworks": "UIKit"
}