File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4545 - name : Publish to CocoaPods
4646 run : |
4747 # Push to CocoaPods trunk (will automatically find *.podspec in root)
48- pod trunk push --allow-warnings --verbose
48+ pod trunk push --allow-warnings --skip-import-validation -- verbose
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "DeepOneSDK"
3- spec . version = "1.1.5 "
3+ spec . version = "1.1.6 "
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.5 "
21+ spec . dependency "DeepOneNetworking" , "~> 1.1.6 "
2222
2323 # Build settings
2424 spec . frameworks = "Foundation" , "UIKit" , "Security"
Original file line number Diff line number Diff line change 1- // swift-tools-version: 5.3
1+ // swift-tools-version:5.3
22// The swift-tools-version declares the minimum version of Swift required to build this package.
33
44import PackageDescription
@@ -13,7 +13,7 @@ let package = Package(
1313 ) ,
1414 ] ,
1515 dependencies: [
16- . package ( url: " https://github.com/deeponelabs/deepone-ios-networking.git " , from: " 1.1.5 " )
16+ . package ( url: " https://github.com/deeponelabs/deepone-ios-networking.git " , from: " 1.1.6 " )
1717 ] ,
1818 targets: [
1919 . 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.5 " )
37+ .package (url : " https://github.com/deeponelabs/deepone-ios-sdk.git" , from : " 1.1.6 " )
3838]
3939```
4040
@@ -43,7 +43,7 @@ dependencies: [
4343Add this line to your ` Podfile ` :
4444
4545``` ruby
46- pod ' DeepOneSDK' , ' ~> 1.1.5 '
46+ pod ' DeepOneSDK' , ' ~> 1.1.6 '
4747```
4848
4949Then run:
You can’t perform that action at this time.
0 commit comments