4 "summary": "Capture NSLog or printf output",
5 "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.",
6 "homepage": "https://github.com/paulz/OutputTo",
9 "Paul Zabelin": "paulz@users.noreply.github.com"
12 "git": "https://github.com/paulz/OutputTo.git",
15 "social_media_url": "https://twitter.com/iospaulz",
20 "source_files": "Pod/Classes/**/*",
21 "public_header_files": "Pod/Classes/**/*.h",
22 "frameworks": "Foundation"