blob: a24e854da6e0ae2c2af194d8688d835a6bddab90 [file] [log] [blame]
{
"name": "Shortcut",
"version": "0.2.0",
"summary": "This is the iOS SDK of Shortcut. Learn more about Shortcut on https://shortcut.sc",
"description": "This SDK provides the following features:\n\n- Collection of statistics (app usage, deep links).\n- Support for deferred deep linking.\n- Creation Shortcuts (short mobile deep links) to share from within your app.",
"homepage": "https://shortcut.sc",
"social_media_url": "https://twitter.com/ShortcutMedia",
"license": "MIT",
"authors": "Shortcut Media AG",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/shortcutmedia/shortcut-ios.git",
"tag": "v0.2.0"
},
"source_files": "Shortcut/**/*.{h,m}",
"public_header_files": [
"Shortcut/Shortcut.h",
"Shortcut/SCConfig.h",
"Shortcut/SCSession.h"
],
"requires_arc": true
}