blob: e3d4a0eac34db7876d2ababfb3375e4d593de66d [file] [log] [blame]
{
"name": "BenchmarkTestCase",
"version": "1.0",
"summary": "XCTestCase for benchmark testing.",
"homepage": "https://github.com/azu/BenchmarkTestCase",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"azu": "info@efcl.info"
},
"source": {
"git": "https://github.com/azu/BenchmarkTestCase.git",
"tag": "1.0"
},
"source_files": "Lib/**/*.{h,m}",
"requires_arc": true,
"frameworks": "XCTest"
}