[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 9 / 2 / MASShortcut / 2.1.0 / MASShortcut.podspec.json
blob44d4b77def3587fa3a1635ba7b216b5ff225ba10
2   "name": "MASShortcut",
3   "version": "2.1.0",
4   "summary": "Modern framework for managing global keyboard shortcuts compatible with Mac App Store",
5   "homepage": "https://github.com/shpakovski/MASShortcut",
6   "license": "BSD 2-clause",
7   "authors": {
8     "Vadim Shpakovski": "vadim@shpakovski.com",
9     "Tomáš Znamenáček": "tomas.znamenacek@gmail.com"
10   },
11   "platforms": {
12     "osx": "10.6"
13   },
14   "source": {
15     "git": "https://github.com/shpakovski/MASShortcut.git",
16     "tag": "2.1.0"
17   },
18   "source_files": "Framework/*.{h,m}",
19   "exclude_files": "Framework/*Tests.m",
20   "osx": {
21     "frameworks": [
22       "Carbon",
23       "AppKit"
24     ]
25   },
26   "requires_arc": true