diff --git a/RouterService.podspec b/RouterService.podspec index 6ce9291..3998622 100644 --- a/RouterService.podspec +++ b/RouterService.podspec @@ -7,6 +7,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/rockbruno/RouterService' s.author = { 'Bruno Rocha' => 'brunorochaesilva@gmail.com' } s.social_media_url = 'https://twitter.com/rockbruno_' + s.swift_version = '5.0' s.source = { :git => 'https://github.com/rockbruno/RouterService.git', :branch => "master", :tag => s.version.to_s } diff --git a/RouterServiceInterface.podspec b/RouterServiceInterface.podspec index 4999917..fd129ee 100644 --- a/RouterServiceInterface.podspec +++ b/RouterServiceInterface.podspec @@ -7,6 +7,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/rockbruno/RouterService' s.author = { 'Bruno Rocha' => 'brunorochaesilva@gmail.com' } s.social_media_url = 'https://twitter.com/rockbruno_' + s.swift_version = '5.0' s.source = { :git => 'https://github.com/rockbruno/RouterService.git', :branch => "master", :tag => s.version.to_s }