Skip to content

Commit

Permalink
Merge pull request #47 from playbook-ui/chore/fix-podspecs
Browse files Browse the repository at this point in the history
chore: Fix podspecs
  • Loading branch information
ra1028 authored Aug 26, 2021
2 parents 900734f + 61b7a1b commit 7592a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PlaybookSnapshot.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
spec.swift_versions = '5.1'
spec.ios.deployment_target = '11.0'
spec.ios.source_files = 'Sources/PlaybookSnapshot/**/*.swift'
spec.dependency 'Playbook', "~> 0.2.0"
spec.dependency 'Playbook', "~> #{`cat .version`}"

spec.pod_target_xcconfig = {
'APPLICATION_EXTENSION_API_ONLY' => 'YES',
Expand Down
2 changes: 1 addition & 1 deletion PlaybookUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = '13.0'
spec.ios.source_files = 'Sources/PlaybookUI/**/*.swift'
spec.ios.frameworks = 'SwiftUI', 'Combine'
spec.dependency 'Playbook', "~> 0.2.0"
spec.dependency 'Playbook', "~> #{`cat .version`}"

spec.pod_target_xcconfig = {
'APPLICATION_EXTENSION_API_ONLY' => 'YES',
Expand Down

0 comments on commit 7592a5e

Please sign in to comment.