Skip to content

Commit

Permalink
Release 1.6.3 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayelheinsen authored Jul 31, 2024
1 parent daf8cad commit 0f7bd36
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 @@ -17,5 +17,6 @@
"1.5.1": "https://github.com/movableink/ios-sdk/releases/download/1.5.1/MovableInk.xcframework.zip",
"1.6.0": "https://github.com/movableink/ios-sdk/releases/download/1.6.0/MovableInk.xcframework.zip",
"1.6.1": "https://github.com/movableink/ios-sdk/releases/download/1.6.1/MovableInk.xcframework.zip",
"1.6.2": "https://github.com/movableink/ios-sdk/releases/download/1.6.2/MovableInk.xcframework.zip"
"1.6.2": "https://github.com/movableink/ios-sdk/releases/download/1.6.2/MovableInk.xcframework.zip",
"1.6.3": "https://github.com/movableink/ios-sdk/releases/download/1.6.3/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.6.2"
s.version = "1.6.3"
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.6.2/MovableInk.xcframework.zip",
checksum: "5d716c5208d1804fd6fd4a2e91a9f72058a0619658cf60553c0c0a8c21494380"
url: "https://github.com/movableink/ios-sdk/releases/download/1.6.3/MovableInk.xcframework.zip",
checksum: "86e1920e9ab4fcc239634e65b98eb576e9075b23eb33523554290550e0e1e868"
),
]
)
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.6.2
binary "https://raw.githubusercontent.com/movableink/ios-sdk/main/Carthage/MovableInkSDK.json" == 1.6.3
```

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.6.2/MovableInk.podspec"
pod "MovableInk", podspec: "https://raw.githubusercontent.com/movableink/ios-sdk/1.6.3/MovableInk.podspec"
end
```

Expand Down

0 comments on commit 0f7bd36

Please sign in to comment.