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