Skip to content

Commit

Permalink
Release 1.6.1 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayelheinsen authored May 14, 2024
1 parent 0e51344 commit 744d527
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 @@ -15,5 +15,6 @@
"1.4.1": "https://github.com/movableink/ios-sdk/releases/download/1.4.1/MovableInk.xcframework.zip",
"1.5.0": "https://github.com/movableink/ios-sdk/releases/download/1.5.0/MovableInk.xcframework.zip",
"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.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"
}
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.0"
s.version = "1.6.1"
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.0/MovableInk.xcframework.zip",
checksum: "da6fb6fac75e4273ba96bcd89ed8b1a703db6241408f64734b0ced663ce25d58"
url: "https://github.com/movableink/ios-sdk/releases/download/1.6.1/MovableInk.xcframework.zip",
checksum: "af850dcbf0e4e646e05ca305dc2fc40d34bb5591d9f8b3a8379c8b5c108d8813"
),
]
)
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.0
binary "https://raw.githubusercontent.com/movableink/ios-sdk/main/Carthage/MovableInkSDK.json" == 1.6.1
```

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

Expand Down

0 comments on commit 744d527

Please sign in to comment.