File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
10
10
Pod ::Spec . new do |s |
11
11
s . name = "GeoJSON"
12
- s . version = "0.4.3 "
12
+ s . version = "0.4.0 "
13
13
s . summary = "A GeoJSON model for Swift."
14
14
s . homepage = "https://github.com/bryx-inc/GeoJSON.swift"
15
15
s . license = 'MIT'
Original file line number Diff line number Diff line change 4
4
import PackageDescription
5
5
6
6
let package = Package (
7
- name: " GeoJSON.swift " ,
7
+ name: " GeoJSON " ,
8
8
platforms: [ . iOS( . v8) ] ,
9
9
products: [
10
10
// Products define the executables and libraries a package produces, and make them visible to other packages.
11
11
. library(
12
- name: " GeoJSON.swift " ,
13
- targets: [ " GeoJSON.swift " ] ) ,
12
+ name: " GeoJSON " ,
13
+ targets: [ " GeoJSON " ] ) ,
14
14
] ,
15
15
dependencies: [
16
16
// Dependencies declare other packages that this package depends on.
@@ -20,11 +20,11 @@ let package = Package(
20
20
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
21
21
// Targets can depend on other targets in this package, and on products in packages this package depends on.
22
22
. target(
23
- name: " GeoJSON.swift " ,
23
+ name: " GeoJSON " ,
24
24
dependencies: [ ] ) ,
25
25
. testTarget(
26
- name: " GeoJSON.swiftTests " ,
27
- dependencies: [ " GeoJSON.swift " ] ) ,
26
+ name: " GeoJSONTests " ,
27
+ dependencies: [ " GeoJSON " ] ) ,
28
28
] ,
29
29
swiftLanguageVersions: [
30
30
. v5
You can’t perform that action at this time.
0 commit comments