Skip to content

Commit

Permalink
Merge pull request #84 from larryonoff/bump-reachability
Browse files Browse the repository at this point in the history
Bump ReachabilitySwift to 4.3.0
  • Loading branch information
palpatim authored Nov 13, 2018
2 parents 071287d + 3c56f71 commit 418eb40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AWSAppSync.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '9.0'
s.dependency 'AWSCore', '~> 2.7.0'
s.dependency 'SQLite.swift', '0.11.4'
s.dependency 'ReachabilitySwift', '~> 4.0.0'
s.dependency 'ReachabilitySwift', '~> 4.3.0'
s.source_files = 'AWSAppSyncClient/AWSAppSync.h', 'AWSAppSyncClient/*.swift', 'AWSAppSyncClient/Internal/*.swift', 'AWSAppSyncClient/Apollo/Sources/Apollo/*.swift', 'AWSAppSyncClient/MQTTSDK/*.{h,m}', 'AWSAppSyncClient/MQTTSDK/MQTTSDK/*.{h,m}', 'AWSAppSyncClient/MQTTSDK/SocketRocket/*.{h,m}', 'AWSAppSyncClient/Internal/*.{h,m}'
s.public_header_files = ['AWSAppSyncClient/AWSAppSync.h', 'AWSAppSyncClient/AWSAppSync-Swift.h', 'AWSAppSyncClient/MQTTSDK/AWSIoTMQTTClient.h','AWSAppSyncClient/MQTTSDK/AWSIoTMQTTTypes.h','AWSAppSyncClient/Internal/AppSyncLogHelper.h']
s.private_header_files = 'AWSAppSyncClient/MQTTSDK/AWSIoTWebSocketOutputStream.h', 'AWSAppSyncClient/MQTTSDK/MQTTSDK/*.h', 'AWSAppSyncClient/MQTTSDK/SocketRocket/*.h'
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ target 'AWSAppSync' do
# Pods for AWSAppSync
pod 'AWSCore', '~> 2.7.0'
pod 'SQLite.swift', '0.11.4'
pod 'ReachabilitySwift', '~> 4.0.0'
pod 'ReachabilitySwift', '~> 4.3.0'


target 'ApolloTests' do
Expand Down

0 comments on commit 418eb40

Please sign in to comment.