Skip to content

Commit

Permalink
v1.5 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsmartin authored Nov 15, 2024
1 parent a5c3017 commit 281213a
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.4/Reaper.xcframework.zip",
checksum: "b21ff34356ef0d17acb45956bddcd310046cf5c7f26dd01c23fcb58dd97c931b"),
url: "https://github.com/EmergeTools/Reaper/releases/download/v1.5/Reaper.xcframework.zip",
checksum: "cadbe39431ffdd5aee67971126be273d1106b24301b596191be8a829aa0f9262"),
]
)
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.4'
pod 'Reaper', '~> 1.5'
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.4"
s.version = "1.5"
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.4/Reaper.xcframework.zip" }
s.source = { :http => "https://github.com/EmergeTools/Reaper/releases/download/v1.5/Reaper.xcframework.zip" }
s.vendored_frameworks = "Reaper.xcframework"
s.authors = "Emerge Tools"
s.platform = :ios
Expand Down

0 comments on commit 281213a

Please sign in to comment.