File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Update Podfile to include the following:
93
93
```
94
94
use_frameworks!
95
95
96
- pod 'YTKKeyValueStore_Swift', '~> 0.3.3 '
96
+ pod 'YTKKeyValueStore_Swift', '~> 0.3.4 '
97
97
```
98
98
99
99
Run ` pod install `
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.3.3 </string >
18
+ <string >0.3.4 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "YTKKeyValueStore_Swift"
3
- s . version = "0.3.3 "
3
+ s . version = "0.3.4 "
4
4
s . summary = "A simple Key-Value storage tool, using Sqlite as backend."
5
5
s . homepage = "https://github.com/sgxiang/YTKKeyValueStore_Swift"
6
6
s . license = "MIT"
7
7
s . author = { "sgxiang" => "[email protected] " }
8
8
s . platform = :ios , '8.0'
9
- s . source = { :git => "https://github.com/sgxiang/YTKKeyValueStore_Swift.git" , :tag => "0.3.3 " }
9
+ s . source = { :git => "https://github.com/sgxiang/YTKKeyValueStore_Swift.git" , :tag => "0.3.4 " }
10
10
s . source_files = "YTKKeyValueStore/*.swift"
11
11
s . requires_arc = true
12
- s . module_name = 'YTKkeyValueStore '
12
+ s . module_name = 'YTKKeyValueStore '
13
13
s . dependency "SQLite.swift" , "~> 0.9.2"
14
14
end
You can’t perform that action at this time.
0 commit comments