Skip to content

Commit efd7d70

Browse files
committed
restructure
1 parent e35b7be commit efd7d70

File tree

9 files changed

+2
-2
lines changed

9 files changed

+2
-2
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
.target(
1717
name: "RadarSDKMotion",
1818
dependencies: [],
19-
path: "RadarSDKMotion/RadarSDKMotion",
19+
path: "RadarSDKMotion",
2020
publicHeadersPath: "Include"
2121
),
2222
]

RadarSDKMotion.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
66
s.author = { 'Radar Labs, Inc.' => 'support@radar.com' }
77
s.platform = :ios
88
s.source = { :git => 'https://github.com/radarlabs/radar-sdk-ios-motion.git', :tag => s.version.to_s }
9-
s.source_files = ["RadarSDKMotion/RadarSDKMotion/*.{h,m}"]
9+
s.source_files = ["RadarSDKMotion/*.{h,m}", "RadarSDKMotion/Include/*.h"]
1010
s.module_name = 'RadarSDKMotion'
1111
s.ios.deployment_target = '10.0'
1212
s.frameworks = 'CoreMotion'
File renamed without changes.

0 commit comments

Comments
 (0)