[Add] PrimerSDK 2.32.1
[CocoaPods.git] / Specs / e / 0 / 8 / InterfaceBacked / 2.1.0 / InterfaceBacked.podspec.json
blob8a75f8d258e9fabd1826f25b57318129ad64a23c
2   "name": "InterfaceBacked",
3   "version": "2.1.0",
4   "summary": "Simplify using `.storyboards` like `.xib` files",
5   "description": "Easily create UIViewController from a single storyboard with the same name with handling the error cases, different bundles or optionals.",
6   "homepage": "https://github.com/florianbuerger/interfacebacked",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Florian Bürger": "florian@florianbuerger.com"
13   },
14   "social_media_url": "https://twitter.com/florianbuerger",
15   "platforms": {
16     "ios": "9.0",
17     "tvos": "9.0"
18   },
19   "swift_version": "4.2",
20   "source": {
21     "git": "https://github.com/florianbuerger/interfacebacked.git",
22     "tag": "2.1.0"
23   },
24   "source_files": "InterfaceBacked/**/*.swift",
25   "frameworks": "UIKit"