[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 4 / a / 0 / RACKeyboard / 0.1.0 / RACKeyboard.podspec.json
blobeeba8ceb958f383e8a70879c7aace3b76cad5b6d
2   "name": "RACKeyboard",
3   "version": "0.1.0",
4   "summary": "Reactive Keyboard in iOS , reference from  RxKeyboard",
5   "homepage": "https://github.com/arcangelw/RACKeyboard",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "arcangelw": "wuzhezmc@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/arcangelw/RACKeyboard.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "RACKeyboard/Classes/**/*.swift",
21   "frameworks": "UIKit",
22   "dependencies": {
23     "ReactiveCocoa": [
24       "~> 7.0.0"
25     ]
26   }