[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 7 / 5 / 6 / Shortcut / 0.1.0 / Shortcut.podspec.json
bloba058f3c0b71b1eb633f19faa536129a849cd5ee3
2   "name": "Shortcut",
3   "version": "0.1.0",
4   "summary": "This is the iOS SDK of Shortcut. Learn more about Shortcut on https://shortcut.sc",
5   "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.",
6   "homepage": "https://shortcut.sc",
7   "social_media_url": "https://twitter.com/ShortcutMedia",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.txt"
11   },
12   "authors": "Shortcut Media AG",
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/shortcutmedia/shortcut-ios.git",
18     "tag": "v0.1.0"
19   },
20   "source_files": "Shortcut/**/*.{h,m}",
21   "public_header_files": [
22     "Shortcut/Shortcut.h",
23     "Shortcut/SCConfig.h",
24     "Shortcut/SCSession.h"
25   ],
26   "requires_arc": true