Skip to content

Commit

Permalink
Bump podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Mar 30, 2018
1 parent ac901d9 commit edd125b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CocoaAsyncSocket.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CocoaAsyncSocket'
s.version = '7.6.1'
s.version = '7.6.3'
s.license = { :type => 'public domain', :text => <<-LICENSE
Public Domain License
Expand Down Expand Up @@ -28,10 +28,9 @@ Updated and maintained by Deusty LLC and the Apple development community.

s.requires_arc = true

# dispatch_queue_set_specific() is available in OS X v10.7+ and iOS 5.0+
s.ios.deployment_target = '5.0'
s.tvos.deployment_target = '9.0'
s.osx.deployment_target = '10.7'
s.osx.deployment_target = '10.8'

s.ios.frameworks = 'CFNetwork', 'Security'
s.tvos.frameworks = 'CFNetwork', 'Security'
Expand Down

0 comments on commit edd125b

Please sign in to comment.