Files
SwiftGen/SwiftGen.podspec
T
AliSoftware d33ef5b8d9 Release/4.2.1 (#299)
* Eve: rake sync:all_files to update utils

* CHANGELOG entries

* Update podspec version

* Update Podfile version + Info.plist + submodule

* Add CHANGELOG entry for version bug fix
2017-05-08 20:10:29 +02:00

24 lines
887 B
Ruby

Pod::Spec.new do |s|
s.name = "SwiftGen"
s.version = "4.2.1"
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" => "olivier@halligon.net" }
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