Skip to content

Commit

Permalink
Release 1.7.2 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayelheinsen authored Dec 16, 2024
1 parent b43e298 commit f93e0c0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Carthage/MovableInkSDK.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"1.6.4": "https://github.com/movableink/ios-sdk/releases/download/1.6.4/MovableInk.xcframework.zip",
"1.6.5": "https://github.com/movableink/ios-sdk/releases/download/1.6.5/MovableInk.xcframework.zip",
"1.7.0": "https://github.com/movableink/ios-sdk/releases/download/1.7.0/MovableInk.xcframework.zip",
"1.7.1": "https://github.com/movableink/ios-sdk/releases/download/1.7.1/MovableInk.xcframework.zip"
"1.7.1": "https://github.com/movableink/ios-sdk/releases/download/1.7.1/MovableInk.xcframework.zip",
"1.7.2": "https://github.com/movableink/ios-sdk/releases/download/1.7.2/MovableInk.xcframework.zip"
}
2 changes: 1 addition & 1 deletion MovableInk.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MovableInk"
s.version = "1.7.1"
s.version = "1.7.2"
s.ios.deployment_target = "13.0"
s.platform = :ios, "13.0"
s.summary = "MovableInk SDK"
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "MovableInk",
url: "https://github.com/movableink/ios-sdk/releases/download/1.7.1/MovableInk.xcframework.zip",
checksum: "4d1817d1e98a0431345a548ad684d79d173a91d19814ad4d81a10325985b3913"
url: "https://github.com/movableink/ios-sdk/releases/download/1.7.2/MovableInk.xcframework.zip",
checksum: "b38960177f1bb3c4a33eadf33832aa69d24bf3f72780cd16a0881703d1b45cdf"
),
]
)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The MovableInk SDK requires iOS 13 and Swift 5.7 (Xcode 14) as a minimum.
```
# Cartfile
binary "https://raw.githubusercontent.com/movableink/ios-sdk/main/Carthage/MovableInkSDK.json" == 1.7.1
binary "https://raw.githubusercontent.com/movableink/ios-sdk/main/Carthage/MovableInkSDK.json" == 1.7.2
```

In the root of your project, run
Expand All @@ -37,7 +37,7 @@ $ carthage update --use-xcframeworks
use_frameworks!

target "YOUR_TARGET_NAME" do
pod "MovableInk", podspec: "https://raw.githubusercontent.com/movableink/ios-sdk/1.7.1/MovableInk.podspec"
pod "MovableInk", podspec: "https://raw.githubusercontent.com/movableink/ios-sdk/1.7.2/MovableInk.podspec"
end
```

Expand Down

0 comments on commit f93e0c0

Please sign in to comment.