Skip to content

Commit

Permalink
Fix mistake in my last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quintin Willison committed Mar 5, 2020
1 parent 6fb0a1c commit 96acc8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ably.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Pod::Spec.new do |s|
s.source_files = 'Source/**/*.{h,m,swift}'
s.private_header_files = 'Source/*+Private.h', 'Source/Private/*.h'
s.module_map = 'Source/Ably.modulemap'
s.dependency 'SocketRocketAblyFork', '0.5.2-ably-6'
s.dependency 'KSCrashAblyFork', '1.15.20-ably-7'
s.dependency 'SocketRocketAblyFork', '0.5.2-ably-7'
s.dependency 'KSCrashAblyFork', '1.15.20-ably-6'
s.dependency 'msgpack', '0.3.1'
s.dependency 'ULID', '1.1.0'
s.dependency 'SAMKeychain', '1.5.3'
Expand Down

0 comments on commit 96acc8f

Please sign in to comment.