[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / a / 7 / CDOForceKeyboardLayout / 0.0.3 / CDOForceKeyboardLayout.podspec.json
blob375ceab0ee2e4647245e51da8cc3dba0e75d235e
2   "name": "CDOForceKeyboardLayout",
3   "version": "0.0.3",
4   "summary": "Easily add 'Force Keyboard Layout' functionality into your OSX app",
5   "description": "                   CDOForceKeyboardLayout lets you easily add 'Force Keyboard Layout' functionality into your app.\n\n                   If you are working on a keyboard-based productivity app that requires input in ASCII,\n                   but you also have users that don't primarily use an ASCII-capable layout,\n                   this is for you.\n\n                   CDOForceKeyboardLayout handles saving a user's preferred layout, as well as exposes\n                   properties that make it easy to bind available keyboard layouts to a NSPopUpButton.\n\n                   Only tested in 10.8\n",
6   "homepage": "http://github.com/chendo/CDOForceKeyboardLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Jack Chen (chendo)",
12   "platforms": {
13     "osx": "10.7"
14   },
15   "source": {
16     "git": "https://github.com/chendo/CDOForceKeyboardLayout.git",
17     "tag": "0.0.3"
18   },
19   "source_files": [
20     "CDOForceKeyboardLayout",
21     "Classes/**/*.{h,m}"
22   ],
23   "requires_arc": true