forked from SwiftGen/SwiftGen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SwiftGen.podspec
30 lines (26 loc) · 968 Bytes
/
SwiftGen.podspec
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
# frozen_string_literal: true
Pod::Spec.new do |s|
s.name = 'SwiftGen'
s.version = '6.4.0'
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' => '[email protected]'
}
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