Skip to content

Commit

Permalink
Version 0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedya Levkin committed Oct 19, 2017
1 parent 56b91e8 commit 4d6e3df
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 87 deletions.
85 changes: 0 additions & 85 deletions LICENCE

This file was deleted.

26 changes: 26 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright (c) 2017-present, Lokalise, Inc. All rights reserved.

You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
copy and distribute this software in binary form for use
in connection with the services provided by Lokalise provided that the following conditions are met:

* Redistributions in binary form must reproduce copyright notices and conditions of Intellectual Property included in this software.
* Neither the name of Lokalise, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission of Lokalise, Inc.

By using this software you are agreeing to Lokalise (Terms of Use)[https://lokalise.co/terms] and (Privacy Policy)[https://lokalise.co/privacy].

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

## Intellectual Property Included in the Lokalise

### **ZipZap**
Copyright (c) 2012, Pixelglow Software.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Binary file modified Lokalise.framework/Versions/A/Lokalise
Binary file not shown.
6 changes: 4 additions & 2 deletions Lokalise.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Lokalise"
s.version = "0.6.3"
s.version = "0.7.0"
s.summary = "Lokalise framework for OTA localization for iOS."
s.description = <<-DESC.gsub(/^ +\|/,'')
|No need to resubmit your app for review to update strings or translations anymore
Expand All @@ -24,7 +24,9 @@ Pod::Spec.new do |s|

s.ios.vendored_frameworks = "Lokalise.framework"

s.frameworks = 'Foundation'
s.libraries = 'c++', 'z'

s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(inherited)" }
s.dependency "zipzap", "8.1.1"

end

0 comments on commit 4d6e3df

Please sign in to comment.