File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments