Skip to content

Commit

Permalink
Specify platforms in Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
macdrevx committed Jan 9, 2021
1 parent 3e8722d commit bf897b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import PackageDescription

let package = Package(
name: "geos",
platforms: [.iOS(.v9), .macOS("10.9"), .tvOS(.v9)],
products: [
.library(
name: "geos",
Expand Down
2 changes: 1 addition & 1 deletion Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>6.0.0</string>
<string>6.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion geos.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'geos'
s.version = '6.0.0'
s.version = '6.0.1'
s.summary = 'GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).'
s.homepage = 'http://trac.osgeo.org/geos'
s.license = {
Expand Down

0 comments on commit bf897b9

Please sign in to comment.