summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-08-16 13:03:56 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-08-16 13:03:56 -0400
commitc1bb337d1ace2243b2914c8bac877fcc595ae995 (patch)
treec72702e3804bee408cf29ea4ffbcded5ebe245b0
parent8c45ad37a1297be437871331f5db4b674196394a (diff)
downloadsdl_ios-bug/podspec_fix.tar.gz
Still podspecbug/podspec_fix
-rw-r--r--SmartDeviceLink.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec
index 4b279f05b..411abf3c9 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 = [