Skip to content

Commit

Permalink
EXP-4089 update pod spec for alamofire and socket to work with Xcode …
Browse files Browse the repository at this point in the history
…8.3 and swift 3.1
  • Loading branch information
Cesar Oyarzun committed May 4, 2017
1 parent 9441b50 commit 2b66805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ExpSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Pod::Spec.new do |s|
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
s.dependency 'PromiseKit','4.0.4'
s.dependency 'Alamofire','4.0.1'
s.dependency 'Socket.IO-Client-Swift','8.0.2'
s.dependency 'Alamofire','4.4.0'
s.dependency 'Socket.IO-Client-Swift','8.3.3'
s.dependency 'JSONWebToken','2.0.1'
end

0 comments on commit 2b66805

Please sign in to comment.