[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / c / 6 / AdaptiveTyping / 1.0.0 / AdaptiveTyping.podspec.json
blobeaa9b882a31603432c868e67cbcf944d413e7ff0
2   "name": "AdaptiveTyping",
3   "version": "1.0.0",
4   "summary": "Easily adjust layouts to make room for the iOS Keyboard.",
5   "description": "AdaptiveTyping provides a view controller, SafeAreaViewController, which will automatically\nadjust its safe area to account for any changes in the presenation of the iOS Keyboard.",
6   "homepage": "https://github.com/altece/AdaptiveTyping",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Steven Brunwasser": "steve@brun.ws"
13   },
14   "source": {
15     "git": "https://github.com/altece/AdaptiveTyping.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "AdaptiveTyping/**/*.{h,m,swift}",
22   "frameworks": [
23     "UIKit"
24   ],
25   "pushed_with_swift_version": "4.0"