Replaced OpenSSL with SelfSignedCert
Showing
source 'https://github.com/CocoaPods/Specs.git' | ||
platform :ios, '8.0' | ||
platform :ios, '9.0' | ||
use_frameworks! | ||
target 'Pulse' do | ||
... | ... | @@ -9,9 +9,9 @@ target 'Pulse' do |
pod 'lz4', '~> 128', :inhibit_warnings => true | ||
pod 'Base32', '~> 1.0.2' | ||
pod 'IGDigest', '~> 1.1.0' | ||
pod 'OpenSSL-for-iOS', '~> 1.0.2.d.0' | ||
pod 'NetUtils', '~> 2.0' | ||
pod 'SelfSignedCert', '~> 1.0' | ||
target 'PulseTests' do | ||
pod 'Quick', '~> 0.6' | ||
pod 'Nimble', '~> 3.0' | ||
... | ... |