blob: 84f6e96be34b363cb66f6c4c0329a1b7de51bc58 [file] [log] [blame]
{
"name": "Scotty",
"version": "0.2.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",
"file": "LICENSE"
},
"authors": {
"Bottle Rocket Studios": "will.mcginty@bottlerocketstudios.com"
},
"source": {
"git": "https://github.com/bottlerocketstudios/iOS-Scotty.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Scotty/Classes/**/*",
"frameworks": [
"Foundation",
"UIKit"
]
}