blob: 1b947c9df1aa51f66cc0d5ca9ac96e87c7a1047a [file] [log] [blame]
{
"name": "AsyncTestSupporter",
"version": "0.1.0",
"summary": "Like GHUnit AsyncTestCase functions.",
"homepage": "https://github.com/yaakaito/AsyncTestSupporter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": null
},
"authors": {
"KAZUMA Ukyo": "yaakaito@gmail.com"
},
"source": {
"git": "https://github.com/yaakaito/AsyncTestSupporter.git",
"tag": "0.1.0"
},
"source_files": [
"src",
"src/**/*.{h,m}"
],
"public_header_files": "src/**/*.h",
"requires_arc": true
}