Skip to content

Commit

Permalink
Update openssl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chebur committed Feb 2, 2015
1 parent e92bb30 commit be8d244
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pjsip.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "pjsip"
s.version = "2.3.0.6"
s.version = "2.3.0.7"
s.summary = "Open Source SIP, Media and NAT Traversal Library."
s.homepage = "http://www.pjsip.org"
s.author = 'www.pjsip.org'
Expand Down Expand Up @@ -52,9 +52,8 @@ LICENSE
s.xcconfig = {'HEADER_SEARCH_PATHS' => header_search_paths.join(' '),
'GCC_PREPROCESSOR_DEFINITIONS' => 'PJ_AUTOCONF=1'}

s.dependency 'OpenSSL-Universal', '1.0.1.j-2'
s.dependency 'OpenSSL-Universal', '1.0.1.k'
s.frameworks = 'CFNetwork', 'AudioToolbox', 'AVFoundation'
s.header_mappings_dir = 'build/pjproject-2.3'
s.requires_arc = false

end

0 comments on commit be8d244

Please sign in to comment.