Skip to content

Commit

Permalink
ADD: add CFNetwork to fix #223(crash on 8.x)
Browse files Browse the repository at this point in the history
Change-Id: I9a0cd5273b110e0ed554455d802b0bf078b38028
  • Loading branch information
maojj committed Sep 9, 2016
1 parent a64aa2d commit d0a0638
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions YTKNetwork.podspec
Expand Up @@ -17,10 +17,11 @@ Pod::Spec.new do |s|

s.private_header_files = "YTKNetwork/YTKNetworkPrivate.h"

s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'
s.ios.deployment_target = "7.0"
s.osx.deployment_target = "10.9"
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = "9.0"
s.framework = "CFNetwork"

s.dependency "AFNetworking", "~> 3.0"
end

0 comments on commit d0a0638

Please sign in to comment.