| { |
| "name": "InterfaceBacked", |
| "version": "2.3", |
| "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" |
| }, |
| "swift_versions": "5", |
| "source": { |
| "git": "https://github.com/florianbuerger/interfacebacked.git", |
| "tag": "2.3" |
| }, |
| "source_files": "InterfaceBacked/**/*.swift", |
| "frameworks": "UIKit", |
| "swift_version": "5" |
| } |