diff options
| author | Joel Fischer <joeljfischer@gmail.com> | 2016-05-25 16:43:51 -0400 |
|---|---|---|
| committer | Joel Fischer <joeljfischer@gmail.com> | 2016-05-25 16:43:51 -0400 |
| commit | 9cbbe05f226e41b19a265be9b1a74364bdf6de80 (patch) | |
| tree | acd1a7346ad24d2b53ad98113ea620f52703b59b /SmartDeviceLink-iOS.podspec | |
| parent | 21ac0903ca73f6ec7967dfa9985a5d17f04535b5 (diff) | |
| download | sdl_ios-9cbbe05f226e41b19a265be9b1a74364bdf6de80.tar.gz | |
Fix a few pathshotfix/issue_403
Diffstat (limited to 'SmartDeviceLink-iOS.podspec')
| -rw-r--r-- | SmartDeviceLink-iOS.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec index 7711ae8e8..b7ded1227 100644 --- a/SmartDeviceLink-iOS.podspec +++ b/SmartDeviceLink-iOS.podspec @@ -8,7 +8,7 @@ s.license = { :type => "New BSD", :file => "LICENSE" } s.author = { "SmartDeviceLink Team" => "joel@livio.io" } s.platform = :ios, "6.0" s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => s.version.to_s } -s.source_files = "SmartDeviceLink-iOS/SmartDeviceLink/*.{h,m}" +s.source_files = "SmartDeviceLink/*.{h,m}" s.requires_arc = true end |
