Skip to content

Commit

Permalink
Release 1.7.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayelheinsen authored Nov 13, 2024
1 parent 177d2a2 commit 8ac918f
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 @@ -20,5 +20,6 @@
"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",
"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.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"
}
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.5"
s.version = "1.7.0"
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.5/MovableInk.xcframework.zip",
checksum: "f5d5933b1201b0e866fcd7b5c7896ce821ca51248086578f847c7edc2298a748"
url: "https://github.com/movableink/ios-sdk/releases/download/1.7.0/MovableInk.xcframework.zip",
checksum: "541197c9472ec3b4cc51555018b876af6c7e4a171b562dd2e75ee58321d234cd"
),
]
)
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.5
binary "https://raw.githubusercontent.com/movableink/ios-sdk/main/Carthage/MovableInkSDK.json" == 1.7.0
```

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

Expand Down

0 comments on commit 8ac918f

Please sign in to comment.