Skip to content

Commit

Permalink
Merge branch 'release/0.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Mar 17, 2018
2 parents e8ff00f + b059fbb commit b34dfad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Repeat is compatible with Swift 4.x.
All Apple platforms are supported:

* iOS 8.0+
* macOS 10.9+
* macOS 10.10+
* watchOS 2.0+
* tvOS 9.0+

Expand Down
2 changes: 1 addition & 1 deletion Repeat.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.author = { "Daniele Margutti" => "[email protected]" }
s.social_media_url = "http://twitter.com/danielemargutti"
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"
s.osx.deployment_target = "10.10"
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/malcommac/Repeat.git", :tag => s.version.to_s }
Expand Down

0 comments on commit b34dfad

Please sign in to comment.