Skip to content

Commit

Permalink
Update to 1.3.1 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-e authored May 31, 2024
1 parent 764334d commit 5d4d1a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "Reaper",
url: "https://github.com/EmergeTools/Reaper/releases/download/v1.3.0/Reaper.xcframework.zip",
checksum: "3d8cb5f47f3f5758ae4e1a7fa2e5a828cd572ff03ed2b3ca6b28d855686337af"),
url: "https://github.com/EmergeTools/Reaper/releases/download/v1.3.1/Reaper.xcframework.zip",
checksum: "e57d20b9f5fd3770ddb462bfd3c515e3a04fbc37c5ed3b85a0abd82335e1cab0"),
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add Reaper to your Podfile:

```Ruby
target 'MyApp' do
pod 'Reaper', '~> 1.3.0'
pod 'Reaper', '~> 1.3.1'
end
```

Expand Down
4 changes: 2 additions & 2 deletions Reaper.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "Reaper"
s.version = "1.3.0"
s.version = "1.3.1"
s.summary = "A tool for detecting unused code"
s.description = "For more info, see https://docs.emergetools.com/"
s.homepage = "https://github.com/EmergeTools/Reaper"
s.license = { :type => 'MIT', :file => 'Reaper.xcframework/LICENSE' }
s.source = { :http => "https://github.com/EmergeTools/Reaper/releases/download/v1.3.0/Reaper.xcframework.zip" }
s.source = { :http => "https://github.com/EmergeTools/Reaper/releases/download/v1.3.1/Reaper.xcframework.zip" }
s.vendored_frameworks = "Reaper.xcframework"
s.authors = "Emerge Tools"
s.platform = :ios
Expand Down

0 comments on commit 5d4d1a6

Please sign in to comment.