Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Jun 28, 2019
2 parents 1319cd6 + a109e3b commit b540335
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 321 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Polyline simplification dramatically reduces the number of points in a polyline
![SwiftSimplify](./SwiftSimplify.gif)

## Requirements
* iOS 8.0, macOS 10.9, watchOS 2.0, tvOS 9.0
* iOS 8.0, watchOS 2.0, tvOS 9.0
* Swift 5.x+

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

0 comments on commit b540335

Please sign in to comment.