[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 2 / 3 / MGKeyboardAccessory / 0.6 / MGKeyboardAccessory.podspec.json
blobdf217e9c2647fa0ebf3f40ae96e1a987b89a83b8
2   "name": "MGKeyboardAccessory",
3   "version": "0.6",
4   "summary": "A keyboard accessory to input special characters.",
5   "description": "MGKeyboardAccessory is a keyboard accessory to input special characters in UITextField or UI directly. It allows developers to add the custom button with characters in keyboard accessory, characters in the button will be inserted to text field if the button is clicked.\n# Features\n- Support custom characters.\n- Support two styles: defualt and dark.\n- Support both UITextField and UITextView.",
6   "homepage": "https://github.com/lm2343635/MGKeyboardAccessory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Meng Li": "lm2343635@126.com"
13   },
14   "social_media_url": "http://www.fczm.pw",
15   "source": {
16     "git": "https://github.com/lm2343635/MGKeyboardAccessory.git",
17     "tag": "0.6"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "MGKeyboardAccessory/Classes/Core/**/*"
28     },
29     {
30       "name": "Rx",
31       "dependencies": {
32         "MGKeyboardAccessory/Core": [
33           "~> 0"
34         ],
35         "RxCocoa": [
36           "~> 5.0"
37         ]
38       },
39       "source_files": "MGKeyboardAccessory/Classes/Rx/**/*"
40     }
41   ],
42   "swift_version": "5.0"