Skip to content

Commit

Permalink
fix podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpatrick committed Nov 30, 2024
1 parent 3b363c5 commit 77b20fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RadarSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.author = { 'Radar Labs, Inc.' => 'support@radar.com' }
s.platform = :ios
s.source = { :git => 'https://github.com/radarlabs/radar-sdk-ios.git', :tag => s.version.to_s }
s.source_files = ['RadarSDK/*.{h,m,swift}", "RadarSDK/Include/*.h']
s.source_files = ["RadarSDK/*.{h,m,swift}", "RadarSDK/Include/*.h"]
s.module_name = 'RadarSDK'
s.ios.deployment_target = '12.0'
s.frameworks = 'CoreLocation'
Expand Down
2 changes: 1 addition & 1 deletion RadarSDKMotion.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.author = { 'Radar Labs, Inc.' => 'support@radar.com' }
s.platform = :ios
s.source = { :git => 'https://github.com/radarlabs/radar-sdk-ios.git', :tag => s.version.to_s }
s.source_files = ['RadarSDKMotion/RadarSDKMotion/*.{h,m}', 'RadarSDKMotion/RadarSDKMotion/Include/*.h']
s.source_files = ["RadarSDKMotion/RadarSDKMotion/*.{h,m}", "RadarSDKMotion/RadarSDKMotion/Include/*.h"]
s.module_name = 'RadarSDKMotion'
s.ios.deployment_target = '12.0'
s.frameworks = 'CoreMotion'
Expand Down

0 comments on commit 77b20fe

Please sign in to comment.