diff --git a/ios/RNSimpleNativeGeofencing.podspec b/ios/RNSimpleNativeGeofencing.podspec index 1f76221..4024711 100644 --- a/ios/RNSimpleNativeGeofencing.podspec +++ b/ios/RNSimpleNativeGeofencing.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.author = { "author" => "author@domain.cn" } s.platform = :ios, "7.0" s.source = { :git => "https://github.com/author/RNSimpleNativeGeofencing.git", :tag => "master" } - s.source_files = "RNSimpleNativeGeofencing/**/*.{h,m}" + s.source_files = "*.{h,m,swift}" s.requires_arc = true