blob: d0b1c99be29bc182a6c21d485dbea254a2cdb82c [file] [log] [blame]
{
"name": "DesignSystem",
"version": "3.0.2",
"summary": "Salesforce Lightning Design System iOS Integration",
"authors": "Salesforce.com and contributors",
"source": {
"git": "https://github.com/salesforce-ux/design-system-ios.git",
"tag": "v3.0.2"
},
"source_files": [
"SalesforceDesignSystem/*.{h,m}",
"SalesforceDesignSystem/generated/**/*.{h,m}"
],
"public_header_files": [
"SalesforceDesignSystem/*.h",
"SalesforceDesignSystem/generated/**/*.h"
],
"resource_bundles": {
"SalesforceDesignSystem": [
"SalesforceDesignSystem.bundle/**"
]
},
"frameworks": [
"UIKit",
"CoreText"
],
"requires_arc": true,
"homepage": "https://www.lightningdesignsystem.com/",
"license": {
"type": "Salesforce.com Lightning Design System License",
"file": "LICENSE.txt"
},
"platforms": {
"ios": "8.0"
}
}