blob: 86d65dbace97bf8d9ecb70365225ed6d01b946ea [file] [log] [blame]
{
"name": "CatalogByConvention",
"version": "2.0.0",
"authors": "Google Inc.",
"summary": "Tools for building a Catalog by Convention.",
"homepage": "https://github.com/material-foundation/cocoapods-catalog-by-convention",
"license": "Apache 2.0",
"source": {
"git": "https://github.com/material-foundation/cocoapods-catalog-by-convention.git",
"tag": "v2.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "src/*.h",
"source_files": [
"src/*.{h,m,swift}",
"src/private/*.{h,m,swift}"
],
"header_mappings_dir": "src"
}