[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 4 / 5 / NHKeyboard / 0.0.3 / NHKeyboard.podspec.json
blob40a80f056ca080d109b7408cfc5d300374e9bf05
2   "name": "NHKeyboard",
3   "version": "0.0.3",
4   "summary": "NHKeyboard is an Objc Wrapper for custom system keyboard.",
5   "homepage": "https://github.com/iFindTA",
6   "description": "the customize system keyboard that not cached by system, that can be more scurity for ios's input action",
7   "license": "MIT(LICENSE)",
8   "authors": {
9     "nanhujiaju": "nanhujiaju@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/iFindTA/NHKeyboardPro.git",
16     "tag": "0.0.3"
17   },
18   "source_files": "NHKeyboardPro/KeyBoard/*.{h,m}",
19   "public_header_files": "NHKeyboardPro/KeyBoard/*.h",
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "requires_arc": true