[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 0 / 8 / KeyHolder / 0.1.0 / KeyHolder.podspec.json
blob64c5c8e49af6eb777e71f05229539c7118bdb249
2   "name": "KeyHolder",
3   "version": "0.1.0",
4   "summary": "Record shortcuts in macOS, like Alfred app.",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/Clipy/KeyHolder",
10   "authors": {
11     "Econa77": "f.s.1992.ip@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Clipy/KeyHolder.git",
15     "tag": "v0.1.0"
16   },
17   "platforms": {
18     "osx": "10.9"
19   },
20   "source_files": "Lib/KeyHolder/*.swift",
21   "resource_bundles": {
22     "KeyHolder": [
23       "Lib/KeyHolder/Resources/*.png"
24     ]
25   },
26   "frameworks": [
27     "Carbon",
28     "Cocoa"
29   ],
30   "dependencies": {
31     "Magnet": [
32       "0.1.1"
33     ]
34   }