FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SwiftGen/SwiftGen.podspec at stable · SwiftGen/SwiftGen · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
SwiftGen
/
SwiftGen
Public
Notifications
You must be signed in to change notification settings
Fork
765
Star
9.5k
Code
Issues
125
Pull requests
32
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
SwiftGen
/
SwiftGen.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (27 loc) · 1016 Bytes
Breadcrumbs
SwiftGen
/
SwiftGen.podspec
Copy path
File metadata and controls
31 lines (27 loc) · 1016 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
# frozen_string_literal: true
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'SwiftGen'
s
.
version
=
'6.6.3'
s
.
summary
=
'A collection of Swift tools to generate Swift code for your assets, storyboards, strings, …'
s
.
description
=
<<-DESC
A collection of Swift tools to generate Swift code constants (enums or static lets) for:
* asset catalogs,
* colors,
* fonts
* localized strings,
* storyboards,
* … and more
DESC
s
.
homepage
=
'https://github.com/SwiftGen/SwiftGen'
s
.
license
=
'MIT'
s
.
author
=
{
'Olivier Halligon'
=>
'olivier@halligon.net'
,
'David Jennes'
=>
'david.jennes@gmail.com'
}
s
.
social_media_url
=
'https://twitter.com/aligatr'
s
.
source
=
{
http
:
"https://github.com/SwiftGen/SwiftGen/releases/download/
#{
s
.
version
}
/swiftgen-
#{
s
.
version
}
.zip"
}
s
.
preserve_paths
=
'*'
s
.
exclude_files
=
'**/file.zip'
end
Back
|
FazBrowse Home
|
New Git URL