Update the SwiftPM declaration for MapKit

This commit is contained in:
DreamPiggy 2019-06-14 18:43:42 +08:00
parent ddcf5d255d
commit 72ec3ebd40
1 changed files with 1 additions and 1 deletions

View File

@ -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("."),