forked from SwiftGen/SwiftGen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SwiftGen.podspec
23 lines (19 loc) · 887 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
Pod::Spec.new do |s|
s.name = "SwiftGen"
s.version = "4.2.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:
* image assets,
* storyboards,
* colors
* localized strings
* … 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 = '*'
end