[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 9 / f / SpiceKey / 1.6 / SpiceKey.podspec.json
blob13867e85a7f97af9319cc9aa2dd6528c63619bd8
2   "name": "SpiceKey",
3   "version": "1.6",
4   "summary": "Global Shortcuts for macOS written in Swift.",
5   "description": "By using SpiceKey, you can implement an utility app with shortcuts easily.\nDemo app can be downloaded from GitHub.",
6   "homepage": "https://github.com/Kyome22/SpiceKey",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Takuto Nakamura": "kyomesuke@icloud.com"
13   },
14   "social_media_url": "https://twitter.com/Kyomesuke3",
15   "platforms": {
16     "osx": "10.12"
17   },
18   "source": {
19     "git": "https://github.com/Kyome22/SpiceKey.git",
20     "tag": "1.6"
21   },
22   "frameworks": [
23     "Appkit",
24     "Carbon"
25   ],
26   "source_files": "SpiceKey/**/*.swift",
27   "swift_version": "5",
28   "requires_arc": true