[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 2 / c / OutputTo / 0.1.0 / OutputTo.podspec.json
blob4d95e4b7153fe3ff2e5eb39de2e5cf939ff7e3d1
2   "name": "OutputTo",
3   "version": "0.1.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Paul Zabelin": "paulz@users.noreply.github.com"
10   },
11   "source": {
12     "git": "https://github.com/paulz/OutputTo.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/iospaulz",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "public_header_files": "Pod/Classes/**/*.h",
22   "frameworks": "Foundation"