Skip to content

Commit 4be38f9

Browse files
committed
edit license
1 parent 23f55bb commit 4be38f9

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

LICENSE.txt LICENSE

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
(The MIT License)
2-
3-
Copyright (c) 2014-2015 Stephen Celis (<[email protected]>)
1+
Copyright (c) 2012-2014 YTKKeyValueStore_Swift https://github.com/sgxiang
42

53
Permission is hereby granted, free of charge, to any person obtaining a copy
64
of this software and associated documentation files (the "Software"), to deal
@@ -9,13 +7,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
97
copies of the Software, and to permit persons to whom the Software is
108
furnished to do so, subject to the following conditions:
119

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
1412

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

YTKKeyValueStore_Swift.podspec

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
21
Pod::Spec.new do |s|
3-
s.name = 'YTKKeyValueStore_Swift'
4-
s.version = '0.3.2'
5-
s.summary = 'A simple Key-Value storage tool, using Sqlite as backend.'
6-
s.homepage = 'https://github.com/sgxiang/YTKKeyValueStore_Swift'
7-
s.author = 'sgxiang'
8-
s.source = { :git => 'https://github.com/sgxiang/YTKKeyValueStore_Swift.git', :tag => "0.3.2" }
2+
s.name = "YTKKeyValueStore_Swift"
3+
s.version = "0.3.2"
4+
s.summary = "A simple Key-Value storage tool, using Sqlite as backend."
5+
s.homepage = "https://github.com/sgxiang/YTKKeyValueStore_Swift"
6+
s.license = "MIT"
7+
s.author = { "sgxiang" => "[email protected]" }
98
s.platform = :ios, '8.0'
10-
s.license = { :type => 'MIT', :file => 'LICENSE' }
11-
s.source_files = 'YTKKeyValueStore/*.swift'
12-
s.dependency "SQLite.swift", "~> 0.9.2"
9+
s.source = { :git => "https://github.com/sgxiang/YTKKeyValueStore_Swift.git", :tag => "0.3.2" }
10+
s.source_files = "YTKKeyValueStore/*.swift"
11+
s.requires_arc = true
12+
s.dependency "SQLite.swift", "~> 0.9.2"
1313
end

0 commit comments

Comments
 (0)