[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / b / 8 / InputBarAccessoryView / 4.3.1 / InputBarAccessoryView.podspec.json
blobcbad1e1b9bd92e4372b4b3da46543b3c518705e3
2   "name": "InputBarAccessoryView",
3   "platforms": {
4     "ios": "9.0"
5   },
6   "summary": "Make powerful and flexible InputAccessoryView's with ease",
7   "description": "Featuring reactive changes, autocomplete, image paste support and so much more.",
8   "requires_arc": true,
9   "swift_versions": "5.0",
10   "version": "4.3.1",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Nathan Tannar": "nathantannar4@gmail.com"
17   },
18   "homepage": "https://github.com/nathantannar4/InputBarAccessoryView",
19   "source": {
20     "git": "https://github.com/nathantannar4/InputBarAccessoryView.git",
21     "tag": "4.3.1"
22   },
23   "frameworks": "UIKit",
24   "default_subspecs": "Core",
25   "swift_version": "5.0",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/**/*.{swift}"
30     },
31     {
32       "name": "RxExtensions",
33       "source_files": "RxInputBarAccessoryView/*.{swift}",
34       "dependencies": {
35         "InputBarAccessoryView/Core": [
37         ],
38         "RxSwift": [
40         ],
41         "RxCocoa": [
43         ]
44       }
45     }
46   ]