[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / 2 / IPShortcut / 0.1.0 / IPShortcut.podspec.json
blobeee30b03dfefc482bb96358736e9fa1c4c4d86a7
2   "name": "IPShortcut",
3   "version": "0.1.0",
4   "summary": "Easily setup shortcuts for tables and collections for iPad Smart Keyboards.",
5   "description": "IPShortcut lets you easily add UIKeyCommand shortcuts for view controllers displaying information in UITableView, UICollectionView, and UIScrollView. Integration is really straightforward, just make your view controller a subclass of IPShortcutTableViewController, IPShortcutCollectionViewController, or IPShortcutScrollViewController.",
6   "homepage": "https://github.com/Instapaper/IPShortcut",
7   "screenshots": "https://i.imgur.com/LZAafLt.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Brian Donohue": "brian@team.instapaper.com"
14   },
15   "source": {
16     "git": "https://github.com/Instapaper/IPShortcut.git",
17     "tag": "0.1.0"
18   },
19   "social_media_url": "https://twitter.com/instapaper",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": "IPShortcut/Classes/**/*",
24   "frameworks": "UIKit"