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 b08ee2f commit f03d3aeCopy full SHA for f03d3ae
ReSwiftRouter.podspec
@@ -10,13 +10,13 @@ Pod::Spec.new do |s|
10
s.homepage = "https://github.com/ReSwift/ReSwift-Router"
11
s.license = { :type => "MIT", :file => "LICENSE.md" }
12
s.author = { "Benjamin Encz" => "[email protected]" }
13
- s.social_media_url = "http://twitter.com/benjaminencz"
14
s.source = { :git => "https://github.com/ReSwift/ReSwift-Router.git", :tag => s.version.to_s }
15
s.ios.deployment_target = '8.0'
16
s.osx.deployment_target = '10.10'
17
s.tvos.deployment_target = '9.0'
18
s.watchos.deployment_target = '2.0'
19
s.requires_arc = true
20
s.source_files = 'ReSwiftRouter/**/*.swift'
+ s.swift_versions = [ "5.0", "4.2" ]
21
s.dependency 'ReSwift', '~> 5.0.0'
22
end
0 commit comments