Skip to content

Commit

Permalink
Fixed source path in CocoaPods podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Dec 18, 2020
1 parent 3ef9d89 commit de735f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapboxGeocoder.swift.podspec
Expand Up @@ -35,7 +35,7 @@ Pod::Spec.new do |s|

# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

s.source_files = "MapboxGeocoder"
s.source_files = "Sources/MapboxGeocoder"

# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

Expand Down

0 comments on commit de735f4

Please sign in to comment.