blob: b5aa5e6f3d0367d1056d1e9109d99f61cc3842b1 [file] [log] [blame]
{
"name": "SegueSourcerer",
"version": "0.4.0",
"summary": "Segue Sourcerer is a lightweight segue maintanence library.",
"description": "Segue Sourcerer is a lightweight segue maintanence library built on top of Sourcery that allows a developer to perform segues in a \"type safe\" way. SegueSourcerer allows you to use enums with typed associated values to perform segues, rather than just a String and Any? in UIViewController.performSegue(withIdentifier identifier: String, sender: Any?). With SegueSourcerer you can now simply call UIViewController.performSegue(_ segue: Segueable.SegueIdntifierType) to safely perform a segue specific to the view controller making that call and with typed associated values.",
"platforms": {
"ios": "10.0"
},
"homepage": "https://www.peerfit.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lucas Best": "lucas.best@peerfit.com"
},
"source": {
"git": "https://gitlab.com/peerfit/pf-swiftlibs-seguesourcerer.git",
"tag": "0.4.0"
},
"social_media_url": "https://twitter.com/peerfit",
"source_files": [
"SegueSourcerer/Classes/**/*"
],
"swift_versions": "5.0",
"script_phases": {
"name": "Add Sourcery Build Phase",
"script": "\"${PODS_TARGET_SRCROOT}/Scripts/SegueSourcererInit.sh\"",
"shell_path": "/bin/bash -l"
},
"preserve_paths": [
"Stencil/*",
"Scripts/*"
],
"frameworks": "UIKit",
"dependencies": {
"Sourcery": [
]
},
"swift_version": "5.0"
}