blob: eee30b03dfefc482bb96358736e9fa1c4c4d86a7 [file] [log] [blame]
{
"name": "IPShortcut",
"version": "0.1.0",
"summary": "Easily setup shortcuts for tables and collections for iPad Smart Keyboards.",
"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.",
"homepage": "https://github.com/Instapaper/IPShortcut",
"screenshots": "https://i.imgur.com/LZAafLt.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brian Donohue": "brian@team.instapaper.com"
},
"source": {
"git": "https://github.com/Instapaper/IPShortcut.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/instapaper",
"platforms": {
"ios": "9.0"
},
"source_files": "IPShortcut/Classes/**/*",
"frameworks": "UIKit"
}