This repository was archived by the owner on Jun 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
SalesforceDesignSystem/Generated Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'DesignSystem'
3
- s . version = '3.0.5 '
3
+ s . version = '3.0.6 '
4
4
s . summary = 'Salesforce Lightning Design System iOS Integration'
5
5
s . authors = 'Salesforce.com and contributors'
6
- s . source = { :git => 'https://github.com/salesforce-ux/design-system-ios.git' , :tag => 'v3.0.5 ' }
6
+ s . source = { :git => 'https://github.com/salesforce-ux/design-system-ios.git' , :tag => 'v3.0.6 ' }
7
7
s . source_files = 'SalesforceDesignSystem/*' , 'SalesforceDesignSystem/Generated/**/*'
8
8
s . public_header_files = 'SalesforceDesignSystem/*.h' , 'SalesforceDesignSystem/Generated/**/*.h'
9
9
s . resource_bundle = { 'SalesforceDesignSystem' => 'SalesforceDesignSystem.bundle/**' }
Original file line number Diff line number Diff line change @@ -560,4 +560,4 @@ static float const sldsColors[][4] = {
560
560
{1 ,1 ,1 ,0.4 },
561
561
};
562
562
563
- #endif /* SLDSColor_h */
563
+ #endif /* SLDSColor_h */
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " design-system-ios" ,
3
- "version" : " 3.0.5 " ,
3
+ "version" : " 3.0.6 " ,
4
4
"repository" : " https://github.com/salesforce-ux/design-system-ios.git" ,
5
5
"license" : " SEE LICENSE IN README.md" ,
6
6
"description" : " Lightning Design System tokens, icons and fonts for iOS" ,
You can’t perform that action at this time.
0 commit comments