blob: d20a09866ecc418de1f648c30ef2a1ebba0925d8 [file] [log] [blame]
{
"name": "MDFRobotoFontLoader",
"summary": "MDFRobotoFontLoader",
"version": "1.0.0",
"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.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "src/*.h",
"source_files": [
"src/*.{h,m,mm}",
"src/private/*.{h,m,mm}"
],
"resources": [
"src/MaterialRobotoFontLoader.bundle"
],
"dependencies": {
"MDFFontDiskLoader": [
]
}
}