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.
swift_versions
1 parent 5584b6b commit 8e251caCopy full SHA for 8e251ca
TwitterLoggingService.podspec
@@ -8,6 +8,7 @@ Pod::Spec.new do |s|
8
s.author = { 'Twitter' => '[email protected]' }
9
s.source = { :git => 'https://github.com/twitter/ios-twitter-logging-service.git', :tag => s.version.to_s }
10
s.ios.deployment_target = '8.0'
11
+ s.swift_versions = [ 5.0 ]
12
13
s.subspec 'Default' do |sp|
14
sp.source_files = 'Classes/**/*'
0 commit comments