blob: 7b13a09cdf7ed9676ded92bdfb05700d09c9d2c1 [file] [log] [blame]
{
"name": "WJHXCTest",
"version": "0.0.3",
"summary": "WJHXCTest extends XCTest to enable asynchronous testing.",
"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",
"homepage": "https://github.com/jodyhagins/WJHXCTest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jody Hagins": "jody.hagins@cplusplusonline.com"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/jodyhagins/WJHXCTest.git",
"tag": "0.0.3"
},
"source_files": "WJHXCTest/**/*.{h,m}",
"header_mappings_dir": "WJHXCTest",
"header_dir": "WJHXCTest",
"private_header_files": "WJHXCTest/Private/*.h",
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"frameworks": "XCTest"
}