Skip to content

Commit 7592a5e

Browse files
authored
Merge pull request #47 from playbook-ui/chore/fix-podspecs
chore: Fix podspecs
2 parents 900734f + 61b7a1b commit 7592a5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PlaybookSnapshot.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
1212
spec.swift_versions = '5.1'
1313
spec.ios.deployment_target = '11.0'
1414
spec.ios.source_files = 'Sources/PlaybookSnapshot/**/*.swift'
15-
spec.dependency 'Playbook', "~> 0.2.0"
15+
spec.dependency 'Playbook', "~> #{`cat .version`}"
1616

1717
spec.pod_target_xcconfig = {
1818
'APPLICATION_EXTENSION_API_ONLY' => 'YES',

PlaybookUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
1313
spec.ios.deployment_target = '13.0'
1414
spec.ios.source_files = 'Sources/PlaybookUI/**/*.swift'
1515
spec.ios.frameworks = 'SwiftUI', 'Combine'
16-
spec.dependency 'Playbook', "~> 0.2.0"
16+
spec.dependency 'Playbook', "~> #{`cat .version`}"
1717

1818
spec.pod_target_xcconfig = {
1919
'APPLICATION_EXTENSION_API_ONLY' => 'YES',

0 commit comments

Comments
 (0)