[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 0 / b / 8 / InputBarAccessoryView / 5.1.0 / InputBarAccessoryView.podspec.json
blobc3f3d7897085e43539d601068b547cf8dfc740b9
2   "name": "InputBarAccessoryView",
3   "platforms": {
4     "ios": "11.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": "5.1.0",
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": "5.1.0"
22   },
23   "frameworks": "UIKit",
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/**/*.{swift}"
29     },
30     {
31       "name": "RxExtensions",
32       "source_files": "RxInputBarAccessoryView/*.{swift}",
33       "dependencies": {
34         "InputBarAccessoryView/Core": [
36         ],
37         "RxSwift": [
39         ],
40         "RxCocoa": [
42         ]
43       }
44     }
45   ],
46   "swift_version": "5.0"