blob: c6e5a794c4ad7162431511d3dcba1fbb07b746d0 [file] [log] [blame]
{
"name": "MDFRobotoFontLoader",
"summary": "MDFRobotoFontLoader",
"version": "1.1.1",
"authors": "The Material Foundation Authors",
"license": "Apache 2.0",
"homepage": "https://github.com/material-foundation/material-roboto-font-loader-ios",
"source": {
"git": "https://github.com/material-foundation/material-roboto-font-loader-ios.git",
"tag": "v1.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"default_subspecs": "RobotoFontLoader",
"subspecs": [
{
"name": "RobotoFontLoader",
"public_header_files": "src/*.h",
"source_files": [
"src/*.{h,m,mm}",
"src/private/*.{h,m,mm}"
],
"resources": [
"src/MaterialRobotoFontLoader.bundle"
],
"dependencies": {
"MDFFontDiskLoader": [
]
}
},
{
"name": "MDCTypographyAdditions",
"public_header_files": "src/MDCTypographyAdditions/*.h",
"source_files": [
"src/MDCTypographyAdditions/*.{h,m,mm}",
"src/MDCTypographyAdditions/private/*.{h,m,mm}"
],
"dependencies": {
"MDFRobotoFontLoader/RobotoFontLoader": [
],
"MaterialComponents/Typography": [
]
}
}
]
}