forked from salesforce-ux/design-system-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDesignSystem.podspec
More file actions
15 lines (15 loc) · 814 Bytes
/
Copy pathDesignSystem.podspec
File metadata and controls
15 lines (15 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = 'DesignSystem'
s.version = '3.2.0'
s.summary = 'Salesforce Lightning Design System iOS Integration'
s.authors = 'Salesforce.com and contributors'
s.source = { :git => 'https://github.com/salesforce-ux/design-system-ios.git', :tag => 'v3.2.0' }
s.source_files = 'SalesforceDesignSystem/*', 'SalesforceDesignSystem/Generated/**/*'
s.public_header_files = 'SalesforceDesignSystem/*.h', 'SalesforceDesignSystem/Generated/**/*.h'
s.resource_bundle = { 'SalesforceDesignSystem' => 'SalesforceDesignSystem.bundle/**' }
s.frameworks = 'UIKit', 'CoreText'
s.requires_arc = true
s.homepage = 'https://www.lightningdesignsystem.com'
s.license = { :type => 'Salesforce.com Lightning Design System License', :file => 'LICENSE.txt' }
s.platform = :ios, '8.0'
end