diff options
author | Joel Fischer <joeljfischer@gmail.com> | 2017-08-16 13:03:56 -0400 |
---|---|---|
committer | Joel Fischer <joeljfischer@gmail.com> | 2017-08-16 13:03:56 -0400 |
commit | c1bb337d1ace2243b2914c8bac877fcc595ae995 (patch) | |
tree | c72702e3804bee408cf29ea4ffbcded5ebe245b0 | |
parent | 8c45ad37a1297be437871331f5db4b674196394a (diff) | |
download | sdl_ios-bug/podspec_fix.tar.gz |
Still podspecbug/podspec_fix
-rw-r--r-- | SmartDeviceLink.podspec | 2 |
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 = [ |