-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVTSAlert.podspec
More file actions
45 lines (29 loc) · 1.48 KB
/
VTSAlert.podspec
File metadata and controls
45 lines (29 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#
# Be sure to run `pod spec lint VTSAlert.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |spec|
spec.name = "VTSAlert"
spec.version = "0.0.1"
spec.summary = "This library shows alert with different features."
spec.description = <<-DESC
This cocoapods library shows alert. It helps you to show Simple alert with customisable Action buttons. You can also use it to show loading with Title and description.
DESC
spec.homepage = "https://github.com/vatsal1992/VSALert"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "vatsal1992" => "shuklavatsal1992@gmail.com" }
spec.ios.deployment_target = "13.0"
spec.swift_version = "4.2"
spec.source = { :git => "https://github.com/vatsal1992/VSALert.git", :tag => "#{spec.version}" }
spec.source_files = "VSAlert", "VSAlert/**/*.{h,m,swift}"
end
# --------------------------------------------------------------------------------
# 🎉 Congrats
# 🚀 VTSAlert (0.0.1) successfully published
# 📅 July 27th, 22:12
# 🌎 https://cocoapods.org/pods/VTSAlert
# 👍 Tell your friends!
# --------------------------------------------------------------------------------