- Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathTagLayoutView.podspec
More file actions
Latest commit
18 lines (15 loc) · 657 Bytes
/
Copy pathTagLayoutView.podspec
File metadata and controls
18 lines (15 loc) · 657 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='TagLayoutView'
s.version='1.0.0'
s.summary='SwiftUI library for easy tag display'
s.description=<<-DESC
TagLayoutView enables you to display tags easily.
DESC
s.homepage='https://github.com/giiiita/TagLayoutView'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={'giiiita'=>''}
s.source={:git=>'https://github.com/giiiita/TagLayoutView',:tag=>s.version.to_s}
s.ios.deployment_target='12.0'
s.swift_version='5.0'
s.source_files='Sources/TagLayoutView/**/*'
end