[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / c / 5 / MediaKeyTap / 1.0.0 / MediaKeyTap.podspec.json
blob16d180eef29e9431ab0deae078b520f14e9a9ae0
2   "name": "MediaKeyTap",
3   "version": "1.0.0",
4   "summary": "Access the Mac's media keys in Swift",
5   "homepage": "https://github.com/nhurden/MediaKeyTap",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Nicholas Hurden": "git@nhurden.com"
12   },
13   "source": {
14     "git": "https://github.com/nhurden/MediaKeyTap.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "osx": "10.10"
19   },
20   "requires_arc": true,
21   "source_files": "MediaKeyTap/*.{swift}",
22   "frameworks": "CoreGraphics"