blob: 3d93f0472ecbc9f5a5776aa17d2368405b5be9f2 [file] [log] [blame]
{
"name": "XCTestCaseAsync",
"version": "1.0.2",
"summary": "async support for XCTestCase with timeout, retry feature",
"homepage": "https://github.com/zhengbomo/XCTestCaseAsync",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bomo": "zhengbomo@hotmail.com"
},
"platforms": {
"ios": "8.0"
},
"frameworks": "XCTest",
"source": {
"git": "https://github.com/zhengbomo/XCTestCaseAsync.git",
"tag": "1.0.2"
},
"source_files": "XCTestCaseAsync/XCTestCaseAsyncTests/Source/*.{h,m}",
"requires_arc": true
}