[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 9 / 2 / MASShortcut / 1.1 / MASShortcut.podspec.json
blobdf3bb4f720e8efe2128fbd5cd1bf3559a717a04a
2   "name": "MASShortcut",
3   "version": "1.1",
4   "summary": "Modern framework for managing global keyboard shortcuts compatible with Mac App Store.",
5   "description": "                     Some time ago Cocoa developers used a brilliant framework ShortcutRecorder for managing keyboard shortcuts in application preferences. However, it became incompatible with a new plugin architecture of Xcode 4. \n\n                     The project MASShortcut introduces modern API and user interface for recording, storing and using global keyboard shortcuts. All code is compatible with Xcode 4.3, Mac OS X 10.7 and the sandboxed environment.\n",
6   "homepage": "http://blog.shpakovski.com/2012/07/global-keyboard-shortcuts-in-cocoa.html",
7   "license": "BSD",
8   "authors": {
9     "Vadim Shpakovski": "vadim@shpakovski.com"
10   },
11   "source": {
12     "git": "https://github.com/shpakovski/MASShortcut.git",
13     "tag": "1.1"
14   },
15   "platforms": {
16     "osx": "10.6"
17   },
18   "source_files": "*.{h,m}",
19   "frameworks": "Carbon",
20   "requires_arc": true