Skip to content

Commit ae9b3fe

Browse files
committed
Remove framework debris
1 parent 5e6f75e commit ae9b3fe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

HLFMapViewController.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Pod::Spec.new do |s|
2828
s.source_files = 'Pod/Classes/**/*'
2929
s.resources = 'Pod/Assets/**/*'
3030

31-
s.frameworks = 'UIKit', 'Contacts', 'CoreLocation', 'MapKit'
31+
s.frameworks = 'UIKit', 'CoreLocation', 'MapKit'
3232
end

Pod/Classes/SearchResultsViewController.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Copyright © 2015 Peng Wang. All rights reserved.
77
//
88

9-
import Contacts
109
import MapKit
1110
import UIKit
1211

0 commit comments

Comments
 (0)