Skip to content

Commit

Permalink
- Remove dependency of AFNetworking/UIKit
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhillc committed Sep 26, 2017
1 parent 03c31b5 commit 86fbe97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AXPhotoViewer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Pod::Spec.new do |s|
as.xcconfig = { 'OTHER_SWIFT_FLAGS' => '$(inherited) -D AX_AFNETWORKING_SUPPORT' }
as.frameworks = 'ImageIO'
as.dependency 'AXPhotoViewer/Core'
as.dependency 'AFNetworking', '>= 3.1.0'
as.dependency 'AFNetworking/NSURLSession', '>= 3.1.0'
as.source_files = 'Source/Integrations/AFNetworkingIntegration.swift'
end

Expand Down

0 comments on commit 86fbe97

Please sign in to comment.