blob: 4d95e4b7153fe3ff2e5eb39de2e5cf939ff7e3d1 [file] [log] [blame]
{
"name": "OutputTo",
"version": "0.1.0",
"summary": "Capture NSLog or printf output",
"description": "Returns string containing output captured during execution of a block.\nTypical use to assert log output made by code under the test.\nCould be used in production code.\nWorks with printf(), NSLog() and other loggers.\nCan capture output to stdout or stderr streams.",
"homepage": "https://github.com/paulz/OutputTo",
"license": "MIT",
"authors": {
"Paul Zabelin": "paulz@users.noreply.github.com"
},
"source": {
"git": "https://github.com/paulz/OutputTo.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/iospaulz",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "Foundation"
}