summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS.podspec
diff options
context:
space:
mode:
authorJoel Fischer <joel@livioradio.com>2015-02-12 16:46:49 -0500
committerJoel Fischer <joel@livioradio.com>2015-02-12 16:47:37 -0500
commitf2b4cd3d11d1de527faea44b8b2deaae7c33e9b3 (patch)
tree504158dd8d83a0d8072e27a34ee7a56c7152aa1a /SmartDeviceLink-iOS.podspec
parent30b07c1c8a4466c3e7293e392f90672bb7d2609b (diff)
downloadsdl_ios-f2b4cd3d11d1de527faea44b8b2deaae7c33e9b3.tar.gz
Remove second, useless podspec
Fix wrong folder for source files
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 e890698b8..3b2e0a525 100644
--- a/SmartDeviceLink-iOS.podspec
+++ b/SmartDeviceLink-iOS.podspec
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = { "SmartDeviceLink Team" => "joel@livioradio.com" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/smartdevicelink/SmartDeviceLink-iOS.git", :tag => "3.0.0" }
- s.source_files = "SmartDeviceLink-iOS/Library/*.{h,m}"
+ s.source_files = "SmartDeviceLink-iOS/SmartDeviceLink/*.{h,m}"
s.requires_arc = true
end \ No newline at end of file