Update the SwiftPM declaration for MapKit
This commit is contained in:
parent
ddcf5d255d
commit
72ec3ebd40
|
@ -41,7 +41,7 @@ let package = Package(
|
||||||
name: "SDWebImageMapKit",
|
name: "SDWebImageMapKit",
|
||||||
dependencies: ["SDWebImage"],
|
dependencies: ["SDWebImage"],
|
||||||
path: "SDWebImage",
|
path: "SDWebImage",
|
||||||
sources: ["MapKit/MKAnnotationView+WebCache.h", "MapKit/MKAnnotationView+WebCache.m"],
|
sources: ["MapKit"],
|
||||||
publicHeadersPath: "MapKit",
|
publicHeadersPath: "MapKit",
|
||||||
cSettings: [
|
cSettings: [
|
||||||
.headerSearchPath("."),
|
.headerSearchPath("."),
|
||||||
|
|
Loading…
Reference in New Issue