Skip to content

Commit

Permalink
Add version 1.3.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-e authored May 22, 2024
1 parent 9e589ae commit 764334d
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.2.0/Reaper.xcframework.zip",
checksum: "37730b070c461e6890ebe8f9c3aeefcf51264a33aec067900c613ec99ffeb546"),
url: "https://github.com/EmergeTools/Reaper/releases/download/v1.3.0/Reaper.xcframework.zip",
checksum: "3d8cb5f47f3f5758ae4e1a7fa2e5a828cd572ff03ed2b3ca6b28d855686337af"),
]
)
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.2.0'
pod 'Reaper', '~> 1.3.0'
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.2.0"
s.version = "1.3.0"
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.2.0/Reaper.xcframework.zip" }
s.source = { :http => "https://github.com/EmergeTools/Reaper/releases/download/v1.3.0/Reaper.xcframework.zip" }
s.vendored_frameworks = "Reaper.xcframework"
s.authors = "Emerge Tools"
s.platform = :ios
Expand Down

0 comments on commit 764334d

Please sign in to comment.