summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-08-16 11:49:14 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-08-16 11:49:14 -0400
commitd178027fc21d78c08f55c78df19d60f0d126e5e5 (patch)
treea34c96f2094a5916cec3db6321bdbabaf3babd94
parent7acef6d94c80239aa80f48e1cc06afc445e34716 (diff)
downloadsdl_ios-d178027fc21d78c08f55c78df19d60f0d126e5e5.tar.gz
Attempting fix to podspec
-rw-r--r--SmartDeviceLink.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec
index 901b28172..3acb2f6b9 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}"
+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 = [