[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / b / f / ALSKeyboardLayoutGuide / 0.1.0 / ALSKeyboardLayoutGuide.podspec.json
blobccc3278698badacb0cdbb8fbc9be251ca749c8e1
2   "name": "ALSKeyboardLayoutGuide",
3   "version": "0.1.0",
4   "summary": "Easily layout views to the keyboard in Swift.",
5   "description": "Implement a keyboard layout guide in UIView class by extension to make the layout with the iOS keyboard easily.",
6   "homepage": "https://github.com/Adelais0/ALSKeyboardLayoutGuide",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lilingfeng": "lilingfengzero@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Adelais0/ALSKeyboardLayoutGuide.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "ALSKeyboardLayoutGuide/Classes/**/*.{h,m,mm,swift}",
23   "swift_version": "5.0"