4 "summary": "WJHXCTest extends XCTest to enable asynchronous testing.",
5 "description": " __WJHXCTest__ extends XCTest to enable asynchronous testing. Individual tests can be run synchronously on the main thread (just like the existing mechanism), or asynchronously on either the main thread or a separate thread. This allows for great flexibility in testing various asynchronous APIs.\n",
6 "homepage": "https://github.com/jodyhagins/WJHXCTest",
12 "Jody Hagins": "jody.hagins@cplusplusonline.com"
19 "git": "https://github.com/jodyhagins/WJHXCTest.git",
22 "source_files": "WJHXCTest/**/*.{h,m}",
23 "header_mappings_dir": "WJHXCTest",
24 "header_dir": "WJHXCTest",
25 "private_header_files": "WJHXCTest/Private/*.h",
28 "OTHER_LDFLAGS": "-lObjC"
30 "frameworks": "XCTest"