Skip to content

Commit

Permalink
Fix a BVSDK.podspec dependency issue on BVNotifications component.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Kelly committed Jan 14, 2017
1 parent 7fa9c40 commit 2b51e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BVSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ Pod::Spec.new do |s|

s.subspec 'Core' do |core|
core.source_files = 'Pod/BVCommon/**/*.{h,m}', 'Pod/BVConversations/**/*.{h,m}', 'Pod/BVAnalytics/**/*.{h,m}'
core.resources = ['Pod/BVCommon/Notifications/mapThumbnail.png']

end

s.subspec 'BVConversations' do |conversations|
Expand Down Expand Up @@ -65,8 +63,10 @@ Pod::Spec.new do |s|
s.subspec 'BVNotifications' do |notifications|

notifications.source_files = 'Pod/BVNotifications/**/*.{h,m}', 'Pod/BVAnalytics/**/*.{h,m}', 'Pod/BVConversations/**/*.{h,m}', 'Pod/BVCommon/*.{h,m}','Pod/BVCommon/Private/*.{h,m}','Pod/BVCommon/Notifications/BVNotificationCenterObject.h','Pod/BVCommon/Notifications/BVStoreReviewRichNotificationCenter.{h,m}','Pod/BVCommon/Notifications/BVNotificationConstants.h','Pod/BVCommon/Notifications/BVPIN.{h,m}'
notifications.resources = ['Pod/BVNotifications/mapThumbnail.png']

notifications.dependency 'BVSDK/BVLocation'
notifications.dependency 'BVSDK/BVPIN'
end

end

0 comments on commit 2b51e9b

Please sign in to comment.