blob: 919aac054320cc1a8453ca5148bbf251e3d1ad17 [file] [log] [blame]
{
"name": "XCTestCaseAsync",
"version": "1.0.0",
"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.0"
},
"source_files": "XCTestCaseAsync/XCTestCaseAsyncTests/Source/*.{h,m}",
"requires_arc": true
}