summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-08-16 12:00:29 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-08-16 12:00:29 -0400
commit8c45ad37a1297be437871331f5db4b674196394a (patch)
tree0060dbda49d8f8b09bf2bad054d3c395e8244095
parentd178027fc21d78c08f55c78df19d60f0d126e5e5 (diff)
downloadsdl_ios-8c45ad37a1297be437871331f5db4b674196394a.tar.gz
Trying to fix podspec
-rw-r--r--SmartDeviceLink.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec
index 3acb2f6b9..4b279f05b 100644
--- a/SmartDeviceLink.podspec
+++ b/SmartDeviceLink.podspec
@@ -8,7 +8,7 @@ s.license = { :type => "New BSD", :file => "LICENSE" }
s.author = { "SmartDeviceLink Team" => "developer@smartdevicelink.com" }
s.platform = :ios, "6.0"
s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => s.version.to_s }
-s.source_files = ["SmartDeviceLink/*.{h,m}", "bson_c_lib/src/**.{h,c}"]
+s.source_files = "SmartDeviceLink/*.{h,m}", "bson_c_lib/src/**.{h,c}"
s.requires_arc = true
s.resource_bundles = { 'SmartDeviceLink' => ['SmartDeviceLink/Assets/**/*', 'SmartDeviceLink/iOS 7 Assets/*'] }
s.public_header_files = [