[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / a / TapVisualEffectView / 1.0 / TapVisualEffectView.podspec.json
blob00d6fb2f891d39ef45ea6cbc7e7818d2da9e3c69
2   "name": "TapVisualEffectView",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "summary": "UIVisualEffectView wrapper with support of Reduce Transparency Accessibility feature.",
7   "requires_arc": true,
8   "version": "1.0",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Tap Payments": "hello@tap.company"
15   },
16   "homepage": "https://github.com/Tap-Payments/TapVisualEffectView-iOS",
17   "source": {
18     "git": "https://github.com/Tap-Payments/TapVisualEffectView-iOS.git",
19     "tag": "1.0"
20   },
21   "source_files": "TapVisualEffectView/Source/*.{swift}",
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "4.1"
24   },
25   "resource_bundles": {
26     "TapVisualEffectViewResources": "TapVisualEffectView/Resources/*.{xib}"
27   },
28   "dependencies": {
29     "TapNibView": [
31     ],
32     "TapAdditionsKit/Foundation/Bundle": [
34     ],
35     "TapAdditionsKit/ObjectiveC/NSObject": [
37     ],
38     "TapAdditionsKit/UIKit/UIColor": [
40     ],
41     "TapAdditionsKit/UIKit/UIDevice": [
43     ],
44     "TapAdditionsKit/UIKit/UIView": [
46     ]
47   }