Fixed SwiftBytes dependency
Showing
... | @@ -4,7 +4,7 @@ platform :ios, '8.0' | ... | @@ -4,7 +4,7 @@ platform :ios, '8.0' |
use_frameworks! | use_frameworks! | ||
target 'Pulse' do | target 'Pulse' do | ||
pod 'SwiftBytes', '~> 0.2.0' | pod 'SwiftBytes', '~> 0.2' | ||
pod 'CocoaAsyncSocket', '~> 7.4', :inhibit_warnings => true | pod 'CocoaAsyncSocket', '~> 7.4', :inhibit_warnings => true | ||
pod 'lz4', '~> 128', :inhibit_warnings => true | pod 'lz4', '~> 128', :inhibit_warnings => true | ||
pod 'Base32', '~> 1.0.2' | pod 'Base32', '~> 1.0.2' | ||
... | ... |
Please register or sign in to comment