[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / f / a / 0 / SwiftMaterialKeyboard / 0.1.9 / SwiftMaterialKeyboard.podspec.json
blobc1a4bbdb045f4fdd25af41273ff38322f58940ec
2   "name": "SwiftMaterialKeyboard",
3   "platforms": {
4     "ios": "9.3"
5   },
6   "summary": "Custom keyboard build with CosmicMind/Material and RxSwift",
7   "requires_arc": true,
8   "version": "0.1.9",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Chinh Nguyen": "chinh@willbe.vn"
15   },
16   "homepage": "https://github.com/chinhnguyen/SwiftMaterialKeyboard",
17   "source": {
18     "git": "https://github.com/chinhnguyen/SwiftMaterialKeyboard.git",
19     "tag": "0.1.9"
20   },
21   "frameworks": "UIKit",
22   "dependencies": {
23     "SnapKit": [
24       "~> 4.0"
25     ],
26     "RxSwift": [
27       "~> 4.0"
28     ],
29     "RxCocoa": [
30       "~> 4.0"
31     ],
32     "Material": [
33       "~> 2.12"
34     ]
35   },
36   "source_files": "SwiftMaterialKeyboard/Classes/**/*",
37   "swift_version": "4.0"