Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy pathVisualEffectView.podspec
More file actions
Latest commit
21 lines (20 loc) · 966 Bytes
/
Copy pathVisualEffectView.podspec
File metadata and controls
21 lines (20 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Be sure to run `pod lib lint VisualEffectView.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.newdo |s|
s.name="VisualEffectView"
s.version="6.0.0"
s.license='MIT'
s.homepage="https://github.com/efremidze/VisualEffectView"
s.author={"Lasha Efremidze"=>"efremidzel@hotmail.com"}
s.documentation_url='https://efremidze.github.io/VisualEffectView/'
s.summary="Dynamic blur background view with tint color (UIVisualEffectView subclass)"
s.source={:git=>'https://github.com/efremidze/VisualEffectView.git',:tag=>s.version}
s.source_files="Sources/VisualEffectView/*.{swift,h}"
s.swift_version='5.9'
s.ios.deployment_target='14.0'
end