Skip to content

Commit

Permalink
Merge pull request #9 from FidelityWires/feature/ver0.8.7
Browse files Browse the repository at this point in the history
Version up to 0.8.7
  • Loading branch information
mesummery committed Feb 16, 2021
2 parents f677c39 + ca2ddd9 commit 76e3b44
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Expand Up @@ -33,17 +33,17 @@ let package = Package(
.binaryTarget(
name: "StawmNetstatus",
url: "https://github.com/FidelityWires/stawm-sdk-ios/releases/latest/download/StawmNetstatus.xcframework.zip",
checksum: "67c59473b0967de771805d27c51449c50563a5703dba4fe2326722039ebd0ae3"),
checksum: "055ac2cd6dc31ead570b713c53a28a63cf4ff4abf58c92ae5c163e1f8b695891"),
.binaryTarget(
name: "StawmTraceroute",
url: "https://github.com/FidelityWires/stawm-sdk-ios/releases/latest/download/StawmTraceroute.xcframework.zip",
checksum: "2418b8495d98e85134d9101562ebb8190ba70ade8c00dc28b00071a75ea5c964"),
checksum: "d3153b5b8844fb1c97763fe2b1ed58137e6fff5a525d0762ca4278319b26181b"),
.binaryTarget(
name: "StawmSpeedTest",
url: "https://github.com/FidelityWires/stawm-sdk-ios/releases/latest/download/StawmSpeedTest.xcframework.zip",
checksum: "afec7fa6e12f61bea1571dd72cc433c38cdc9b1fb256a81fa03cad191031492d"),
checksum: "c426506aae64bfc25ee424c158ec61db7d727a928dddf77274e0a92d379aeadc"),
.binaryTarget(
name: "StawmServiceStatus",
url: "https://github.com/FidelityWires/stawm-sdk-ios/releases/latest/download/StawmServiceStatus.xcframework.zip",
checksum: "05acd3f363af98c08089359c68c77b14f351c9639ee03fd42098033df58250ff"), ]
checksum: "ee1316ae1ce00a897bb3d2f354622c55fe1e1ba3220f7fc3429c711dfb87315b"), ]
)
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ So **`StawmTraceroute` is required** when you use `StawmSpeedTest` or `StawmNets
1. Open your Xcode project
2. File > Swift Packages > Add Package Dependency
3. Add `https://github.com/FidelityWires/stawm-sdk-ios`
4. Select "Up to Next Major" with "0.8.6"
4. Select "Up to Next Major" with "0.8.7"

## CocoaPods

Expand Down
4 changes: 2 additions & 2 deletions StawmNetstatus.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "StawmNetstatus"
spec.version = "0.8.6"
spec.version = "0.8.7"
spec.summary = "It collects various data about the network used by the iOS app and sends the results to the specified destination."
spec.homepage = "https://github.com/FidelityWires/stawm-sdk-ios"
spec.license = "See https://github.com/FidelityWires/stawm-sdk-ios/blob/master/LICENSE"
Expand All @@ -9,5 +9,5 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = "10.0"
spec.source = { :http => 'https://github.com/FidelityWires/stawm-sdk-ios/releases/latest/download/StawmNetstatus.xcframework.zip' }
spec.ios.vendored_frameworks = 'StawmNetstatus.xcframework'
spec.dependency "StawmTraceroute", "~> 0.8.6"
spec.dependency "StawmTraceroute", "~> 0.8.7"
end
2 changes: 1 addition & 1 deletion StawmServiceStatus.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "StawmServiceStatus"
spec.version = "0.8.6"
spec.version = "0.8.7"
spec.summary = "It acquires the operational status of third party services and switches between pre-defined actions in the iOS app according to each status."
spec.homepage = "https://github.com/FidelityWires/stawm-sdk-ios"
spec.license = "See https://github.com/FidelityWires/stawm-sdk-ios/blob/master/LICENSE"
Expand Down
4 changes: 2 additions & 2 deletions StawmSpeedTest.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "StawmSpeedTest"
spec.version = "0.8.6"
spec.version = "0.8.7"
spec.summary = "Measure the internet speed or ping used by the iOS app and send the results to the specified destination."
spec.homepage = "https://github.com/FidelityWires/stawm-sdk-ios"
spec.license = "See https://github.com/FidelityWires/stawm-sdk-ios/blob/master/LICENSE"
Expand All @@ -9,5 +9,5 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = "10.0"
spec.source = { :http => 'https://github.com/FidelityWires/stawm-sdk-ios/releases/latest/download/StawmSpeedTest.xcframework.zip' }
spec.ios.vendored_frameworks = 'StawmSpeedTest.xcframework'
spec.dependency "StawmTraceroute", "~> 0.8.6"
spec.dependency "StawmTraceroute", "~> 0.8.7"
end
2 changes: 1 addition & 1 deletion StawmTraceroute.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "StawmTraceroute"
spec.version = "0.8.6"
spec.version = "0.8.7"
spec.summary = "Measure the speed and ping of the network that the iOS app is using."
spec.homepage = "https://github.com/FidelityWires/stawm-sdk-ios"
spec.license = "See https://github.com/FidelityWires/stawm-sdk-ios/blob/master/LICENSE"
Expand Down

0 comments on commit 76e3b44

Please sign in to comment.