- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathToastKit.podspec
More file actions
Latest commit
22 lines (14 loc) · 577 Bytes
/
Copy pathToastKit.podspec
File metadata and controls
22 lines (14 loc) · 577 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.newdo |s|
s.name="ToastKit"
s.version="1.0.0"
s.summary="ToastKit, a framework for making toasts!"
s.description="ToastKit is a framework that allows to display toasts when you
need to notify users of your app."
s.homepage="https://lorenzoboaro.io"
s.license="MIT"
s.author="Lorenzo Boaro"
s.platform=:ios,"12.0"
s.source={:git=>"https://github.com/flexaddicted/ToastKit.git",:tag=>"#{s.version}"}
s.source_files="ToastKit"
s.swift_version="4.2"
end