- Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathRGStack.podspec
More file actions
Latest commit
18 lines (15 loc) · 662 Bytes
/
Copy pathRGStack.podspec
File metadata and controls
18 lines (15 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.newdo |s|
s.name="RGStack"
s.version="1.2"
s.summary="SwiftUI View Component"
s.description="This UI attempts to capture the Quibi Card Stack and the associated User Interaction."
s.author="Robera Geleta"
s.license={:type=>'MIT',:file=>'LICENSE'}
s.homepage="https://github.com/terminatorover/RGStack"
s.platform=:ios,"13.0"
s.source={:git=>"https://github.com/terminatorover/RGStack.git",:tag=>"1.2"}
s.frameworks="SwiftUI","Foundation"
s.source_files="RGStack/*.swift"
s.module_name="RGStack"
s.swift_version='4.0'
end