Skip to content

Commit

Permalink
Fix MobileCoreServices renamed warning, close #4520 (AFNetworking#4532)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElfSundae committed Mar 30, 2020
1 parent c80dd79 commit 71951aa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions AFNetworking.podspec
Expand Up @@ -21,14 +21,10 @@ Pod::Spec.new do |s|

s.subspec 'Serialization' do |ss|
ss.source_files = 'AFNetworking/AFURL{Request,Response}Serialization.{h,m}'
ss.watchos.frameworks = 'MobileCoreServices', 'CoreGraphics'
ss.ios.frameworks = 'MobileCoreServices', 'CoreGraphics'
ss.osx.frameworks = 'CoreServices'
end

s.subspec 'Security' do |ss|
ss.source_files = 'AFNetworking/AFSecurityPolicy.{h,m}'
ss.frameworks = 'Security'
end

s.subspec 'Reachability' do |ss|
Expand All @@ -37,8 +33,6 @@ Pod::Spec.new do |s|
ss.tvos.deployment_target = '9.0'

ss.source_files = 'AFNetworking/AFNetworkReachabilityManager.{h,m}'

ss.frameworks = 'SystemConfiguration'
end

s.subspec 'NSURLSession' do |ss|
Expand Down

0 comments on commit 71951aa

Please sign in to comment.