[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 6 / d / 7 / RxKeyboard / 1.0.0 / RxKeyboard.podspec.json
blob7244c385f3cbc5b0ace448aa154f83291c139398
2   "name": "RxKeyboard",
3   "version": "1.0.0",
4   "summary": "Reactive Keyboard in iOS",
5   "homepage": "https://github.com/RxSwiftCommunity/RxKeyboard",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Suyeol Jeon": "devxoul@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/RxSwiftCommunity/RxKeyboard.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "Sources/**/*.swift",
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "requires_arc": true,
23   "swift_version": "5.0",
24   "dependencies": {
25     "RxSwift": [
26       "~> 5.0"
27     ],
28     "RxCocoa": [
29       "~> 5.0"
30     ]
31   },
32   "platforms": {
33     "ios": "8.0"
34   }