File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "DeepOneSDK"
3- spec . version = "1.1.7 "
3+ spec . version = "1.1.8 "
44 spec . summary = "DeepOne SDK for iOS - Deep Linking and Attribution"
55 spec . description = <<-DESC
66 DeepOne SDK provides comprehensive deep linking and attribution
@@ -18,7 +18,7 @@ Pod::Spec.new do |spec|
1818 spec . public_header_files = "DeepOneSDK/**/*.h"
1919
2020 # Dependencies
21- spec . dependency "DeepOneNetworking" , "~> 1.1.7 "
21+ spec . dependency "DeepOneNetworking" , "~> 1.1.8 "
2222
2323 # Build settings
2424 spec . frameworks = "Foundation" , "UIKit" , "Security"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ let package = Package(
1212 ) ,
1313 ] ,
1414 dependencies: [
15- . package ( url: " https://github.com/deeponelabs/deepone-ios-networking.git " , from: " 1.1.7 " )
15+ . package ( url: " https://github.com/deeponelabs/deepone-ios-networking.git " , from: " 1.1.8 " )
1616 ] ,
1717 targets: [
1818 . target(
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Or add it to your `Package.swift`:
3434
3535``` swift
3636dependencies: [
37- .package (url : " https://github.com/deeponelabs/deepone-ios-sdk.git" , from : " 1.1.7 " )
37+ .package (url : " https://github.com/deeponelabs/deepone-ios-sdk.git" , from : " 1.1.8 " )
3838]
3939```
4040
@@ -43,7 +43,7 @@ dependencies: [
4343Add this line to your ` Podfile ` :
4444
4545``` ruby
46- pod ' DeepOneSDK' , ' ~> 1.1.7 '
46+ pod ' DeepOneSDK' , ' ~> 1.1.8 '
4747```
4848
4949Then run:
You can’t perform that action at this time.
0 commit comments