[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / c / KeyCommands / 0.1.0 / KeyCommands.podspec.json
blob6226ebdc4035338e6132eefe3cc919fbbf2d54a6
2   "name": "KeyCommands",
3   "version": "0.1.0",
4   "summary": "Nice block-based Swift API for UIKeyCommand",
5   "description": "KeyCommands is an easy to use Swift wrapper around the UIKeyCommand API. It offers block support, as well as a nicer API.",
6   "homepage": "https://github.com/lukaskollmer/KeyCommands",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lukas Kollmer": "lukas.kollmer@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lukaskollmer/KeyCommands.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/lukas_kollmer",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "KeyCommands/Classes/**/*",
23   "dependencies": {
24     "RuntimeKit": [
26     ]
27   },
28   "pushed_with_swift_version": "3.0"