File tree 8 files changed +15
-11
lines changed
SQLiteMigrationManager iOS
SQLiteMigrationManager macOS
8 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 0.8.3]
4
+
5
+ * updated SQLite to ` 0.15.3 ` (@orestesgaolin )
6
+
3
7
## [ 0.8.2] ( https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.8.2 )
4
8
5
9
* Update SQLite.swift to ` 0.14.1 ` (@orestesgaolin )
Original file line number Diff line number Diff line change 1
- github "stephencelis/SQLite.swift" ~> 0.13.0
1
+ github "stephencelis/SQLite.swift" ~> 0.15.3
Original file line number Diff line number Diff line change 1
- github "stephencelis/SQLite.swift" "0.13 .3"
1
+ github "stephencelis/SQLite.swift" "0.15 .3"
Original file line number Diff line number Diff line change 6
6
"repositoryURL" : " https://github.com/stephencelis/SQLite.swift.git" ,
7
7
"state" : {
8
8
"branch" : null ,
9
- "revision" : " 9af51e2edf491c0ea632e369a6566e09b65aa333 " ,
10
- "version" : " 0.13.0 "
9
+ "revision" : " a95fc6df17d108bd99210db5e8a9bac90fe984b8 " ,
10
+ "version" : " 0.15.3 "
11
11
}
12
12
}
13
13
]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ let package = Package(
7
7
. library( name: " SQLiteMigrationManager " , targets: [ " SQLiteMigrationManager " ] )
8
8
] ,
9
9
dependencies: [
10
- . package ( url: " https://github.com/stephencelis/SQLite.swift.git " , from: " 0.13.0 " )
10
+ . package ( url: " https://github.com/stephencelis/SQLite.swift.git " , from: " 0.15.3 " )
11
11
] ,
12
12
targets: [
13
13
. target(
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.8.2 </string >
18
+ <string >0.8.3 </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 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.8.2 </string >
18
+ <string >0.8.3 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "SQLiteMigrationManager.swift"
3
- s . version = "0.8.2 "
3
+ s . version = "0.8.3 "
4
4
s . summary = "Migration manager for SQLite.swift"
5
5
s . description = <<-DESC
6
6
Migration manager for SQLite.swift, based on FMDBMigrationManager.
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
11
s . author = { "Vincent Garrigues" => "[email protected] " }
12
12
s . social_media_url = "https://masto.garriguv.io/@garriguv"
13
13
14
- s . ios . deployment_target = '9 .0'
14
+ s . ios . deployment_target = '12 .0'
15
15
s . osx . deployment_target = '10.15'
16
16
s . default_subspec = 'standard'
17
17
@@ -22,12 +22,12 @@ Pod::Spec.new do |s|
22
22
23
23
s . subspec 'standard' do |ss |
24
24
ss . source_files = "Sources"
25
- ss . dependency "SQLite.swift" , "~> 0.14.1 "
25
+ ss . dependency "SQLite.swift" , "~> 0.15.3 "
26
26
end
27
27
28
28
s . subspec 'SQLCipher' do |ss |
29
29
ss . source_files = "Sources"
30
- ss . dependency "SQLite.swift/SQLCipher" , "~> 0.14.1 "
30
+ ss . dependency "SQLite.swift/SQLCipher" , "~> 0.15.3 "
31
31
end
32
32
33
33
end
You can’t perform that action at this time.
0 commit comments