[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / a / f / b / TapResponderChainInputView / 1.1.2 / TapResponderChainInputView.podspec.json
blobfb6b72b9a838963efc1b6db9aaf31951b09ec170
2   "name": "TapResponderChainInputView",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "swift_version": "4.2",
7   "summary": "Responder Chain Input View (with arrows to show above the keyboard).",
8   "requires_arc": true,
9   "version": "1.1.2",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Tap Payments": "hello@tap.company"
16   },
17   "homepage": "https://github.com/Tap-Payments/TapResponderChainInputView-iOS",
18   "source": {
19     "git": "https://github.com/Tap-Payments/TapResponderChainInputView-iOS.git",
20     "tag": "1.1.2"
21   },
22   "source_files": "TapResponderChainInputView/Source/*.swift",
23   "ios": {
24     "resource_bundles": {
25       "TapResponderChainInputViewResources": "TapResponderChainInputView/Resources/*.{xcassets,xib}"
26     }
27   },
28   "dependencies": {
29     "TapAdditionsKit/Foundation/Bundle": [
30       ">= 1.2"
31     ],
32     "TapAdditionsKit/Tap/ClassProtocol": [
33       ">= 1.2"
34     ],
35     "TapNibView": [
36       ">= 1.0.2"
37     ]
38   }