blob: bcfbad3977238f7b39cb57dc299ee6ead89e021d [file] [log] [blame]
{
"name": "MXGSynchronizeTest",
"version": "1.1.0",
"summary": "Easily synchronize your async tests.",
"description": " Trivially synchronizes asynchronous tests with a simple block interface\n",
"homepage": "https://github.com/maxgoedjen/MXGSynchronizeTest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Max Goedjen": "max.goedjen@gmail.com"
},
"source": {
"git": "https://github.com/maxgoedjen/MXGSynchronizeTest.git",
"tag": "1.1.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"frameworks": "XCTest",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
}
}