Skip to content

Commit ab1d642

Browse files
committed
Add cocoapods
1 parent be97b82 commit ab1d642

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ let package = Package(
1515
.binaryTarget(
1616
name: "Reaper",
1717
url: "https://github.com/EmergeTools/Reaper/releases/download/v1.1.0/Reaper.xcframework.zip",
18-
checksum: "f0fc4ccd13e7fe755a937f203e5f4bf6144439fced650b7d693041b72759c873"),
18+
checksum: "ea6cc56783b0ea399e485373e129ac78dad7ead366ecd167465ada08d7a99ef3"),
1919
]
2020
)

Reaper.podspec

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Pod::Spec.new do |s|
2+
s.name = "Reaper"
3+
s.version = "1.1.0"
4+
s.summary = "A tool for detecting unused code"
5+
s.description = "For more info, see https://docs.emergetools.com/"
6+
s.homepage = "https://github.com/EmergeTools/Reaper"
7+
s.license = { :type => 'MIT', :file => 'Reaper.xcframework/LICENSE' }
8+
s.source = { :http => "https://github.com/EmergeTools/Reaper/releases/download/v1.1.0/Reaper.xcframework.zip" }
9+
s.vendored_frameworks = "Reaper.xcframework"
10+
s.authors = "Emerge Tools"
11+
s.platform = :ios
12+
s.ios.deployment_target = '13.0'
13+
s.frameworks = 'UIKit'
14+
end

0 commit comments

Comments
 (0)