summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-08-17 11:08:39 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-08-17 11:08:39 -0400
commit8bba8d8ed91e59e819d05a04099727d8e603322c (patch)
tree76165e0b03cf6d6ac038d35ad7b30d7e8c49517a
parent1f4440025765940007dd24db4ae9365730e30621 (diff)
downloadsdl_ios-8bba8d8ed91e59e819d05a04099727d8e603322c.tar.gz
Revert "Attempting fix to podspec"
This reverts commit d178027fc21d78c08f55c78df19d60f0d126e5e5.
-rw-r--r--SmartDeviceLink.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec
index 3acb2f6b9..901b28172 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}"
s.requires_arc = true
s.resource_bundles = { 'SmartDeviceLink' => ['SmartDeviceLink/Assets/**/*', 'SmartDeviceLink/iOS 7 Assets/*'] }
s.public_header_files = [