Skip to content

Commit

Permalink
Update RequestLogger.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
satishbabariya authored Jul 5, 2018
1 parent 4fd935d commit 94a5f4d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions RequestLogger.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/satishbabariya/RequestLogger.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'RequestLogger.swift'
s.requires_arc = true
s.static_framework = true
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '4.0'
}
s.cocoapods_version = '>= 1.4.0'
s.swift_version = '4.0'
s.dependency 'Alamofire', '~> 4.7'
s.frameworks = 'Foundation'
end

0 comments on commit 94a5f4d

Please sign in to comment.