Skip to content

Commit ffb01cb

Browse files
committed
fix(podspec): correct source_files patterns
1 parent f06ae6f commit ffb01cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

RNGoogleMapsPlus.podspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ Pod::Spec.new do |s|
1313
s.platforms = { :ios => 16.0 }
1414
s.source = { :git => "https://github.com/pinpong/react-native-google-maps-plus.git", :tag => "#{s.version}" }
1515

16-
s.source_files = "ios/**/*.{h,m,mm,swift}"
17-
1816
s.source_files = [
1917
"ios/**/*.{swift}",
20-
"ios/**/*.{m,mm}",
18+
"ios/**/*.{h,m,mm}",
2119
"cpp/**/*.{hpp,cpp}",
2220
]
2321

0 commit comments

Comments
 (0)