summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS.podspec
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-05-25 16:43:51 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-05-25 16:43:51 -0400
commit9cbbe05f226e41b19a265be9b1a74364bdf6de80 (patch)
treeacd1a7346ad24d2b53ad98113ea620f52703b59b /SmartDeviceLink-iOS.podspec
parent21ac0903ca73f6ec7967dfa9985a5d17f04535b5 (diff)
downloadsdl_ios-9cbbe05f226e41b19a265be9b1a74364bdf6de80.tar.gz
Fix a few pathshotfix/issue_403
Diffstat (limited to 'SmartDeviceLink-iOS.podspec')
-rw-r--r--SmartDeviceLink-iOS.podspec2
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