Skip to content

Commit

Permalink
Merge pull request #160 from YusukeHosonuma/patch/support-version
Browse files Browse the repository at this point in the history
fix: suppport version
  • Loading branch information
YusukeHosonuma authored Feb 11, 2021
2 parents 4c77909 + 59988e3 commit 9346df0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,8 @@ This can't be used to the operator-based API such as `p >>>`. (This is a Swift l
- Platforms
- iOS 10.0+
- macOS 10.12+
- watchOS 3.0+
- tvOS 10.0+
- watchOS 5.0+
- tvOS 12.0+

## Development

Expand Down
4 changes: 2 additions & 2 deletions SwiftPrettyPrint.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Pod::Spec.new do |spec|

spec.ios.deployment_target = "10.0"
spec.osx.deployment_target = "10.12"
spec.watchos.deployment_target = "3.0"
spec.tvos.deployment_target = "10.0"
spec.watchos.deployment_target = "5.0"
spec.tvos.deployment_target = "12.0"

spec.source = { :git => "https://github.com/YusukeHosonuma/SwiftPrettyPrint.git", :tag => "#{spec.version}" }

Expand Down

0 comments on commit 9346df0

Please sign in to comment.