Skip to content

Commit f03d3ae

Browse files
make Podspec pass validation
1 parent b08ee2f commit f03d3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReSwiftRouter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Pod::Spec.new do |s|
1010
s.homepage = "https://github.com/ReSwift/ReSwift-Router"
1111
s.license = { :type => "MIT", :file => "LICENSE.md" }
1212
s.author = { "Benjamin Encz" => "[email protected]" }
13-
s.social_media_url = "http://twitter.com/benjaminencz"
1413
s.source = { :git => "https://github.com/ReSwift/ReSwift-Router.git", :tag => s.version.to_s }
1514
s.ios.deployment_target = '8.0'
1615
s.osx.deployment_target = '10.10'
1716
s.tvos.deployment_target = '9.0'
1817
s.watchos.deployment_target = '2.0'
1918
s.requires_arc = true
2019
s.source_files = 'ReSwiftRouter/**/*.swift'
20+
s.swift_versions = [ "5.0", "4.2" ]
2121
s.dependency 'ReSwift', '~> 5.0.0'
2222
end

0 commit comments

Comments
 (0)