blob: b303e57c3dc4d56268ecbefc5287dc33985985cd [file] [log] [blame]
{
"name": "TRVSMonitor",
"version": "0.0.1",
"summary": "A synchronization construct with the ability to wait until signalled that a condition has been met.",
"description": " A synchronization construct with the ability to wait\n until signalled that a condition has been met.\n\n Test framework agnostic.\n",
"homepage": "https://github.com/travisjeffery/TRVSMonitor",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Travis Jeffery": "tj@travisjeffery.com"
},
"source": {
"git": "https://github.com/travisjeffery/TRVSMonitor.git",
"tag": "0.0.1"
},
"source_files": [
"TRVSMonitor",
"TRVSMonitor/**/*.{h,m}"
],
"requires_arc": true
}