diff --git a/CodableGeoJSON.podspec b/CodableGeoJSON.podspec index c7ec5cd..5d78e10 100644 --- a/CodableGeoJSON.podspec +++ b/CodableGeoJSON.podspec @@ -30,7 +30,7 @@ Pure Swift codable GeoJSON. s.ios.deployment_target = '13.0' - s.source_files = 'Sources/CodableGeoJson/*' + s.source_files = 'Sources/CodableGeoJSON/*' s.swift_version = '5.3' # s.resource_bundles = { diff --git a/Package.swift b/Package.swift index a8a390e..924cf7f 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:4.0 +// swift-tools-version:5.3 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription