Skip to content

Commit

Permalink
Add cocoapods
Browse files Browse the repository at this point in the history
noahsmartin committed Jan 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent be97b82 commit ab1d642
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -15,6 +15,6 @@ let package = Package(
.binaryTarget(
name: "Reaper",
url: "https://github.com/EmergeTools/Reaper/releases/download/v1.1.0/Reaper.xcframework.zip",
checksum: "f0fc4ccd13e7fe755a937f203e5f4bf6144439fced650b7d693041b72759c873"),
checksum: "ea6cc56783b0ea399e485373e129ac78dad7ead366ecd167465ada08d7a99ef3"),
]
)
14 changes: 14 additions & 0 deletions Reaper.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "Reaper"
s.version = "1.1.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.1.0/Reaper.xcframework.zip" }
s.vendored_frameworks = "Reaper.xcframework"
s.authors = "Emerge Tools"
s.platform = :ios
s.ios.deployment_target = '13.0'
s.frameworks = 'UIKit'
end

0 comments on commit ab1d642

Please sign in to comment.