diff --git a/SwiftLocation.podspec b/SwiftLocation.podspec index 970983c..785d841 100644 --- a/SwiftLocation.podspec +++ b/SwiftLocation.podspec @@ -21,6 +21,7 @@ Pod::Spec.new do |s| end s.subspec 'BeaconBroadcaster' do |s| + s.dependency 'SwiftLocation/Core' s.source_files = "Sources/SwiftLocationBeaconBroadcaster/**/*.swift" s.frameworks = "Foundation","CoreBluetooth" end