Skip to content

Commit

Permalink
Fix #216: Update podsepc
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
Mumthasir mohammed authored and georgepadayatti committed Feb 22, 2024
1 parent 6ef92f5 commit 6095d53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PrivacyDashboardiOS/PrivacyDashboardiOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'PrivacyDashboardiOS'
s.version = '2024.1.4'
s.version = '2024.2.1'
s.summary = 'Govstack PrivacyDashboard SDKs – Effortlessly embed a comprehensive privacy dashboard into any mobile application out of the box, ensuring adherence to Govstacks consent management framework. Prioritise user trust and transparency with this seamless integration tool.'

# This description is used to generate tags and improve search results.
Expand All @@ -29,12 +29,12 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.swift_version = '5.0'
s.source_files = '**/Classes/**/*.{h,m,swift,storyboard}'
s.source_files = 'PrivacyDashboardiOS/Classes/**/*', 'PrivacyDashboardiOS/Classes/*', 'PrivacyDashboardiOS/Resources/*'
# s.source_files = 'PrivacyDashboardiOS/Classes/**/*', 'PrivacyDashboardiOS/Classes/*', 'PrivacyDashboardiOS/Resources/*'
# s.source_files = 'PrivacyDashboardiOS/*' 'PrivacyDashboardiOS/Classes/**/*', 'PrivacyDashboardiOS/Classes/*', 'PrivacyDashboardiOS/Resources/*'
# s.resources = 'PrivacyDashboardiOS/**/*'

s.resource_bundles = {
'PrivacyDashboardiOS' => ['PrivacyDashboardiOS/Classes/PrivacyDashboard.storyboard', 'PrivacyDashboardiOS/Resources/PrivacyDashboard.xcassets', 'PrivacyDashboardiOS/Resources/*.lproj']
'PrivacyDashboardiOS' => ['**/Classes/*.storyboard', '**/Resources/*.xcassets', 'PrivacyDashboardiOS/Resources/*.lproj']
}

# s.public_header_files = 'Pod/Classes/**/*.h'
Expand Down

0 comments on commit 6095d53

Please sign in to comment.