blob: 4b60be79d6135fc56e05a1fe76306a8875d6c411 [file] [log] [blame]
{
"name": "Scotty",
"version": "2.1.0",
"summary": "A framework designed to make app routing simpler and safer.",
"description": "Scotty provides a simple abstraction around the various entry points to an iOS application. URLs, UIApplicationShortcutItems, NSUserActivities, UNNotificationResponses, and even custom types can be converted into a Route. These routes represent the various destinations your app can deep link too, allowing you to have a single code path through which all application links are executed.",
"homepage": "https://github.com/BottleRocketStudios/iOS-Scotty",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Bottle Rocket Studios": "will.mcginty@bottlerocketstudios.com"
},
"source": {
"git": "https://github.com/bottlerocketstudios/iOS-Scotty.git",
"tag": "2.1.0"
},
"swift_version": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/Scotty/**/*",
"frameworks": [
"Foundation",
"UIKit"
]
}