blob: a058f3c0b71b1eb633f19faa536129a849cd5ee3 [file] [log] [blame]
{
"name": "Shortcut",
"version": "0.1.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": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": "Shortcut Media AG",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/shortcutmedia/shortcut-ios.git",
"tag": "v0.1.0"
},
"source_files": "Shortcut/**/*.{h,m}",
"public_header_files": [
"Shortcut/Shortcut.h",
"Shortcut/SCConfig.h",
"Shortcut/SCSession.h"
],
"requires_arc": true
}