1
1
# SQLiteMigrationManager.swift
2
-
3
- [ ![ CI Status] ( http://img.shields.io/travis/garriguv/SQLiteMigrationManager.swift.svg?style=flat )] ( https://travis-ci.org/garriguv/SQLiteMigrationManager.swift )
4
- [ ![ Version] ( https://img.shields.io/cocoapods/v/SQLiteMigrationManager.swift.svg?style=flat )] ( http://cocoapods.org/pods/SQLiteMigrationManager.swift )
2
+ [ ![ Build] ( https://github.com/garriguv/SQLiteMigrationManager.swift/actions/workflows/build.yml/badge.svg )] ( https://github.com/garriguv/SQLiteMigrationManager.swift/actions/workflows/build.yml ) [ ![ Version] ( https://img.shields.io/cocoapods/v/SQLiteMigrationManager.swift.svg?style=flat )] ( http://cocoapods.org/pods/SQLiteMigrationManager.swift )
5
3
[ ![ License] ( https://img.shields.io/cocoapods/l/SQLiteMigrationManager.swift.svg?style=flat )] ( http://cocoapods.org/pods/SQLiteMigrationManager.swift )
6
4
[ ![ Platform] ( https://img.shields.io/cocoapods/p/SQLiteMigrationManager.swift.svg?style=flat )] ( http://cocoapods.org/pods/SQLiteMigrationManager.swift )
7
5
[ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage )
@@ -98,6 +96,15 @@ print("needsMigration() \(manager.needsMigration())")
98
96
99
97
## Installation
100
98
99
+ ### Swift Package Manager
100
+
101
+ SQLiteMigrationManager.swift is availabel through [ Swift Package Manager] ( https://swift.org/package-manager/ ) .
102
+ To install it, add the following dependency to your ` Package.swift ` file:
103
+
104
+ ``` swift
105
+ .package (url : " https://github.com/garriguv/SQLiteMigrationManager.swift.git" , from : " 0.12.0" )
106
+ ```
107
+
101
108
### CocoaPods
102
109
103
110
SQLiteMigrationManager.swift is available through [ CocoaPods] ( https://cocoapods.org ) . To install
@@ -116,15 +123,6 @@ it, add the following line to your `Cartfile`:
116
123
github " garriguv/SQLiteMigrationManager.swift"
117
124
```
118
125
119
- ### Swift Package Manager
120
-
121
- SQLiteMigrationManager.swift is availabel through [ Swift Package Manager] ( https://swift.org/package-manager/ ) .
122
- To install it, add the following dependency to your ` Package.swift ` file:
123
-
124
- ``` swift
125
- .package (url : " https://github.com/garriguv/SQLiteMigrationManager.swift.git" , from : " 0.7.0" )
126
- ```
127
-
128
126
## Contributing
129
127
130
128
1 . Fork it ( https://github.com/garriguv/SQLiteMigrationManager.swift/fork )
0 commit comments