forked from efremidze/VisualEffectView
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathVisualEffectView.podspec
21 lines (20 loc) · 944 Bytes
/
VisualEffectView.podspec
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.new do |s|
s.name = "VisualEffectView"
s.version = "4.1.0"
s.license = 'MIT'
s.homepage = "https://github.com/efremidze/VisualEffectView"
s.author = { "Lasha Efremidze" => "[email protected]" }
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/*.swift"
s.swift_version = '5.0'
s.ios.deployment_target = '9.0'
end