Skip to content

Commit 0db3941

Browse files
committed
update social media url
1 parent 42281bf commit 0db3941

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

SQLiteMigrationManager.swift.podspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.license = { :type => "MIT", :file => "LICENSE" }
1010

1111
s.author = { "Vincent Garrigues" => "[email protected]" }
12-
s.social_media_url = "https://masto.garriguv.io/@garriguv"
12+
s.social_media_url = "https://hachyderm.io/@garriguv"
1313

1414
s.ios.deployment_target = '12.0'
1515
s.osx.deployment_target = '10.15'
@@ -19,15 +19,14 @@ Pod::Spec.new do |s|
1919

2020
s.module_name = 'SQLiteMigrationManager'
2121
s.source = { :git => "https://github.com/garriguv/SQLiteMigrationManager.swift.git", tag: s.version.to_s, submodules: true }
22-
22+
2323
s.subspec 'standard' do |ss|
2424
ss.source_files = "Sources"
2525
ss.dependency "SQLite.swift", "~> 0.15.3"
2626
end
27-
27+
2828
s.subspec 'SQLCipher' do |ss|
2929
ss.source_files = "Sources"
3030
ss.dependency "SQLite.swift/SQLCipher", "~> 0.15.3"
3131
end
32-
3332
end

0 commit comments

Comments
 (0)