Skip to content

Commit c9be823

Browse files
authored
Update cocoapods version (#21)
1 parent 68726a4 commit c9be823

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add Reaper to your Podfile:
1919

2020
```Ruby
2121
target 'MyApp' do
22-
pod 'Reaper', '~> 1.6'
22+
pod 'Reaper', '~> 2.0.1'
2323
end
2424
```
2525

Reaper.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "Reaper"
3-
s.version = "1.6"
3+
s.version = "2.0.1"
44
s.summary = "A tool for detecting unused code"
55
s.description = "For more info, see https://docs.emergetools.com/"
66
s.homepage = "https://github.com/EmergeTools/Reaper"
77
s.license = { :type => 'MIT', :file => 'Reaper.xcframework/LICENSE' }
8-
s.source = { :http => "https://github.com/EmergeTools/Reaper/releases/download/v1.6/Reaper.xcframework.zip" }
8+
s.source = { :http => "https://github.com/EmergeTools/Reaper/releases/download/v2.0.1/Reaper.xcframework.zip" }
99
s.vendored_frameworks = "Reaper.xcframework"
1010
s.authors = "Emerge Tools"
1111
s.platform = :ios

0 commit comments

Comments
 (0)