blob: 9b82f2eddfad875ac4ade66a1065da44a81ca142 [file] [log] [blame]
{
"name": "TSAsyncTesting",
"version": "1.0",
"summary": "Tools for unit testing async methods.",
"description": " Tools for unit testing async methods.\n\n * Let's you test code on background threads.\n * Wait for the async tasks to finish.\n * Set timeouts and let your tests fail because of it.\n * Block threads to trigger timeouts.\n",
"homepage": "https://github.com/laptobbe/TSAsyncTesting",
"license": "MIT",
"authors": {
"Tobias Sundstrand": "tobias.sundstrand@gmail.com"
},
"social_media_url": "http://twitter.com/Laptobbe",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/laptobbe/TSAsyncTesting.git",
"tag": "1.0"
},
"source_files": [
"TSAsyncTesting.h",
"TSAsyncTesting.m"
],
"frameworks": "UIKit",
"requires_arc": true
}