diff --git a/apple/osx/Podfile b/apple/osx/Podfile index 585fd94..b70cf38 100644 --- a/apple/osx/Podfile +++ b/apple/osx/Podfile @@ -4,7 +4,7 @@ target 'Chat' do use_frameworks! pod 'Starscream', :git => 'https://github.com/daltoniam/Starscream', :branch => 'swift3' pod 'ProtocolBuffers-Swift' - pod 'themis' + pod 'themis', :podspec => 'https://raw.githubusercontent.com/cossacklabs/themis/master/themis.podspec' end pre_install do |installer|