[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 6 / d / 7 / RxKeyboard / 0.1.0 / RxKeyboard.podspec.json
blob6667a068d6e4337f0cbee1d3295fb758c9786dae
2   "name": "RxKeyboard",
3   "version": "0.1.0",
4   "summary": "Reactive Keyboard in iOS",
5   "homepage": "https://github.com/devxoul/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/devxoul/RxKeyboard.git",
15     "tag": "0.1.0"
16   },
17   "source_files": "Sources/*.swift",
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "RxSwift": [
25       "= 3.0.0-beta.2"
26     ],
27     "RxCocoa": [
28       "= 3.0.0-beta.2"
29     ]
30   },
31   "platforms": {
32     "ios": "8.0"
33   },
34   "pod_target_xcconfig": {
35     "SWIFT_VERSION": "3.0"
36   }