Skip to content

Commit e4f65c9

Browse files
committed
Update podspec
1 parent d43f833 commit e4f65c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

SQLiteMigrationManager.swift.podspec

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ Pod::Spec.new do |s|
88
s.homepage = "https://github.com/garriguv/SQLiteMigrationManager.swift"
99
s.license = { :type => "MIT", :file => "LICENSE" }
1010

11-
s.author = { "Vincent Garrigues" => "vincent[email protected]" }
12-
s.social_media_url = "http://twitter.com/garriguv"
11+
s.author = { "Vincent Garrigues" => "vincent@garriguv.io" }
12+
s.social_media_url = "https://masto.garriguv.io/@garriguv"
1313

1414
s.ios.deployment_target = '9.0'
1515
s.osx.deployment_target = '10.15'
1616
s.default_subspec = 'standard'
1717

18+
s.swift_versions = '5.0'
19+
1820
s.module_name = 'SQLiteMigrationManager'
1921
s.source = { :git => "https://github.com/garriguv/SQLiteMigrationManager.swift.git", tag: s.version.to_s, submodules: true }
2022

0 commit comments

Comments
 (0)