Skip to content

Commit

Permalink
Add a podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-vasilev committed Oct 19, 2023
1 parent 9b9e114 commit e1f01a1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CaptureKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'CaptureKit'
s.version = '1.0.0'
s.license = 'MIT'
s.summary = 'A screen capture framework'
s.homepage = 'https://github.com/space-code/capture-kit'
s.authors = { 'Nikita Vasilev' => '[email protected]' }
s.source = { :git => 'https://github.com/space-code/capture-kit.git', :tag => s.version }
s.documentation_url = 'https://github.com/space-code/capture-kit'

s.osx.deployment_target = '10.12'

s.source_files = 'CaptureKit/CaptureKit.h'
end

0 comments on commit e1f01a1

Please sign in to comment.