Skip to content

Commit

Permalink
DatadogSDKAlamofireExtension.podspec updated
Browse files Browse the repository at this point in the history
  • Loading branch information
buranmert committed Mar 11, 2021
1 parent 89b6da1 commit 75c66ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DatadogSDKAlamofireExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "DatadogSDKAlamofireExtension"
s.module_name = "DatadogAlamofireExtension"
s.version = "1.0.0"
s.version = "1.5.1"
s.summary = "An Official Extensions of Datadog Swift SDK for Alamofire."

s.homepage = "https://www.datadoghq.com"
Expand All @@ -18,9 +18,9 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '11.0'

# :tag must follow DatadogSDK version below
s.source = { :git => "https://github.com/DataDog/dd-sdk-ios.git", :tag => '1.5.0' }
s.source = { :git => "https://github.com/DataDog/dd-sdk-ios.git", :tag => s.version.to_s }

s.source_files = ["Sources/DatadogExtensions/Alamofire/**/*.swift"]
s.dependency 'DatadogSDK', '~> 1.5.0'
s.dependency 'DatadogSDK', s.version.to_s
s.dependency 'Alamofire', '~> 5.0'
end

0 comments on commit 75c66ac

Please sign in to comment.