Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions SecureXPC.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'SecureXPC'
s.version = '0.8.0'
s.summary = 'SecureXPC protects against XPC exploitation on macOS by performing security checks agains the calling process.'

s.homepage = 'https://github.com/trilemma-dev/SecureXPC'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Josh Kaplan' => 'https://github.com/jakaplan' }
s.source = { :git => 'https://github.com/trilemma-dev/SecureXPC.git', :tag => s.version.to_s }

s.osx.deployment_target = '10.13'
s.swift_version = '5.5'

s.source_files = 'Sources/SecureXPC/**/*'
end