Skip to content

Commit

Permalink
support swift4.2 and swift5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yonshi committed Sep 27, 2019
1 parent e2e573a commit 26b299d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

2 changes: 1 addition & 1 deletion WebexSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.xcconfig = {'FRAMEWORK_SEARCH_PATHS' => '$(PODS_ROOT)/WebexSDK/Frameworks',
'ENABLE_BITCODE' => 'NO',
}
s.swift_version = '5.0'
s.swift_version = '4.2'
s.dependency 'Alamofire', '= 4.9.0'
s.dependency 'ObjectMapper', '~> 3.3'
s.dependency 'AlamofireObjectMapper', '~> 5.1'
Expand Down

0 comments on commit 26b299d

Please sign in to comment.