Skip to content

Commit

Permalink
Update podspec (#2)
Browse files Browse the repository at this point in the history
* Update `podspec`
* Update `ci.yml`
  • Loading branch information
ns-vasilev authored Oct 19, 2023
1 parent ab42d9e commit 4bbd8d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
name: "capture-kit"
name: capture-kit

on:
push:
branches:
- main
- dev
pull_request:
paths:
- ".github/workflows/**"
- "CaptureKit/**"
- "CaptureKitTests/**"

concurrency:
group: ci
cancel-in-progress: true

jobs:
Latest:
name: Test Latest (macOS)
Expand Down
4 changes: 2 additions & 2 deletions CaptureKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
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.osx.deployment_target = '11.0'

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

0 comments on commit 4bbd8d1

Please sign in to comment.