blob: 536e106ed7668fe21796de1b9529fa0204c166fc [file] [log] [blame]
{
"name": "MDFTesting",
"summary": "MDFTesting",
"version": "1.0.0",
"authors": "The Material Foundation Authors",
"license": "Apache 2.0",
"homepage": "https://github.com/material-foundation/material-testing-ios",
"source": {
"git": "https://github.com/material-foundation/material-testing-ios.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"default_subspecs": "MDFTesting",
"subspecs": [
{
"name": "MDFTesting",
"public_header_files": "src/*.h",
"source_files": [
"src/*.{h,m,mm}",
"src/private/*.{h,m,mm}"
],
"frameworks": "XCTest"
}
]
}