Skip to content

Commit

Permalink
Update license and podspec, release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isair committed Jun 9, 2016
1 parent 63e0a69 commit abaeb79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion JSONHelper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = 'JSONHelper'
s.version = '2.0.0'
s.license = { :type => 'zlib', :file => 'LICENSE' }
s.summary = 'Lightning fast JSON deserialization and value conversion library for iOS & OS X written in Swift.'
s.summary = 'Lightning fast JSON deserialization and value conversion library for iOS, tvOS, and OS X written in Swift.'

s.homepage = 'https://github.com/isair/JSONHelper'
s.author = { 'Baris Sencan' => '[email protected]' }
Expand Down
8 changes: 3 additions & 5 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
JSONHelper

Version 1.7.0, December 1, 2015

Copyright (C) 2014 Baris Sencan

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
Expand All @@ -16,8 +14,8 @@ freely, subject to the following restrictions:
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.

3. This notice may not be removed or altered from any source distribution.

0 comments on commit abaeb79

Please sign in to comment.