We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01cb82 commit c9d3082Copy full SHA for c9d3082
SQLiteCipher.swift.podspec
@@ -2,7 +2,6 @@ require_relative 'Supporting Files/podspec.rb'
2
3
Pod::Spec.new do |spec|
4
spec.name = 'SQLiteCipher.swift'
5
- spec.version = '1.0.0.pre'
6
spec.summary = 'The SQLCipher flavor of SQLite.swift.'
7
8
spec.description = <<-DESC
Supporting Files/podspec.rb
@@ -1,4 +1,4 @@
1
-$podspec_version = '1.0.0.pre'
+$podspec_version = '1.0.0'
$podspec_source_git = 'https://github.com/stephencelis/SQLite.swift.git'
def apply_shared_config spec, name
0 commit comments