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