summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-08-27 11:21:38 -0400
committerJoel Fischer <joeljfischer@gmail.com>2018-08-27 11:21:38 -0400
commitc61de952d61bf68c982b12d9ddd1ebceb61745f6 (patch)
treec737e7a8f578930d64b657cbd89462d7805f3db1
parentc15d15ce69de3805f61e647615b549e7cb7a5744 (diff)
downloadsdl_ios-bugfix/issue_1026_fix_swift_pod_resources.tar.gz
-rw-r--r--SmartDeviceLink.podspec3
1 files changed, 1 insertions, 2 deletions
diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec
index 08f7c7a77..664c45f70 100644
--- a/SmartDeviceLink.podspec
+++ b/SmartDeviceLink.podspec
@@ -10,12 +10,12 @@ s.platform = :ios, "8.0"
s.dependency 'BiSON', '~> 1.1.1'
s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => s.version.to_s }
s.requires_arc = true
-s.resource_bundles = { 'SmartDeviceLink' => ['SmartDeviceLink/Assets/**/*'] }
s.default_subspec = 'Default'
s.subspec 'Default' do |sdefault|
sdefault.source_files = 'SmartDeviceLink/*.{h,m}'
+sdefault.resource_bundles = { 'SmartDeviceLink' => ['SmartDeviceLink/Assets/**/*'] }
sdefault.public_header_files = [
'SmartDeviceLink/NSNumber+NumberType.h',
@@ -382,7 +382,6 @@ end
s.subspec 'Swift' do |sswift|
sswift.dependency 'SmartDeviceLink/Default'
-sswift.resource_bundles = { 'SmartDeviceLink' => ['SmartDeviceLink/Assets/**/*'] }
sswift.source_files = 'SmartDeviceLinkSwift/*.swift'
end