Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Minor cleanup around pod lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
bclymer committed Jun 19, 2019
1 parent 876b5d5 commit e55b31c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CocoaLoco.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
Pod::Spec.new do |s|
s.name = 'CocoaLoco'
s.version = '1.0.4'
s.version = '1.0.5'
s.summary = 'A Swift command line tool to help you make sense of large quantities of localizable strings.'
s.description = <<-DESC
A Swift command line tool to help you make sense of large quantities of localizable strings.
It has been designed to work as part of your build pipeline to take a JSON file of string definitions
and create a Swift file of namespaced constants.
DESC

s.homepage = 'https://github.com/hudl/cocoa-i18n-gen'
Expand All @@ -12,4 +14,6 @@ A Swift command line tool to help you make sense of large quantities of localiza
s.source = { :git => '[email protected]:hudl/cocoa-i18n-gen.git', :tag => s.version.to_s }

s.source = { :http => "https://github.com/hudl/cocoa-i18n-gen/releases/download/v#{s.version}/cocoa-loco-#{s.version}.zip" }

s.preserve_paths = "CocoaLoco"
end
19 changes: 19 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (c) 2015 Ted Bradley <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

0 comments on commit e55b31c

Please sign in to comment.