Skip to content

Commit abaeb79

Browse files
committed
Update license and podspec, release 2.0.0
1 parent 63e0a69 commit abaeb79

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

JSONHelper.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22
s.name = 'JSONHelper'
33
s.version = '2.0.0'
44
s.license = { :type => 'zlib', :file => 'LICENSE' }
5-
s.summary = 'Lightning fast JSON deserialization and value conversion library for iOS & OS X written in Swift.'
5+
s.summary = 'Lightning fast JSON deserialization and value conversion library for iOS, tvOS, and OS X written in Swift.'
66

77
s.homepage = 'https://github.com/isair/JSONHelper'
88
s.author = { 'Baris Sencan' => 'baris.sncn@gmail.com' }

LICENSE

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
JSONHelper
22

3-
Version 1.7.0, December 1, 2015
4-
53
Copyright (C) 2014 Baris Sencan
64

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

119
Permission is granted to anyone to use this software for any purpose,
@@ -16,8 +14,8 @@ freely, subject to the following restrictions:
1614
claim that you wrote the original software. If you use this software
1715
in a product, an acknowledgment in the product documentation would be
1816
appreciated but is not required.
19-
17+
2018
2. Altered source versions must be plainly marked as such, and must not be
2119
misrepresented as being the original software.
22-
20+
2321
3. This notice may not be removed or altered from any source distribution.

0 commit comments

Comments
 (0)