Skip to content

Commit

Permalink
Merge pull request #5 from robertofrontado/chore/update-dependency
Browse files Browse the repository at this point in the history
Updated Swifter to '~> 1.5'
  • Loading branch information
ctreffs authored Nov 3, 2020
2 parents 97b9506 + 7956b09 commit 7baf9c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Simctl.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Pod::Spec.new do |spec|
}
spec.source_files = 'Sources/Simctl/**/*.swift'
spec.ios.dependency 'SimctlShared', '~> 0.2.0'
spec.ios.dependency 'Swifter', '~> 1.4.7'
spec.ios.dependency 'Swifter', '~> 1.5'
spec.ios.framework = 'UIKit'
spec.ios.deployment_target = '11.0'
end
2 changes: 1 addition & 1 deletion SimctlCLI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Pod::Spec.new do |spec|
spec.source_files = 'Sources/SimctlCLI/**/*.swift'
spec.osx.dependency 'SimctlShared', '~> 0.2.0'
spec.osx.dependency 'ShellOut', '~> 2.0.0'
spec.osx.dependency 'Swifter', '~> 1.4.7'
spec.osx.dependency 'Swifter', '~> 1.5'
spec.osx.deployment_target = '10.12'
spec.osx.framework = 'AppKit'
end

1 comment on commit 7baf9c2

@stolyarenkokswing
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to update the version for CocoaPods, because you fixed the issue, and it only works with SPM, you need to release a new version for CocoaPods

Please sign in to comment.