[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / d / 8 / XcodeLogger / 1.1.1 / XcodeLogger.podspec.json
blobaf89d55dd53a0fabce451b07ae0971d3b1bc2a4a
2   "name": "XcodeLogger",
3   "version": "1.1.1",
4   "summary": "Simple, fast, colorful, flexible and customizable NSLog replacement.",
5   "description": "                   Xcode Logger is a fast (up to *6x times faster than NSLog and up to 4x times faster than CocoaLumberjack), extremely simple to use, very flexible library which provides scheme-based, customizable and theme based, colorful and filterable NSLog replacements.\n\n*based on synchronous tests running on main thread, comparing XLog_NH vs NSLog vs DDLogVerbose, average operation time after 5 runs with 5000 iterations per test, per run on a MacBook Pro Retina. Xcode Logger had colors enabled for every level while for CocoaLumberjack the colors were disabled.\n",
6   "homepage": "https://github.com/codeFi/XcodeLogger",
7   "screenshots": [
8     "http://i58.tinypic.com/6700f4.png",
9     "http://i58.tinypic.com/jsh9vm.jpg"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Razvan Tanase": "razvan@codebringers.com"
17   },
18   "social_media_url": "http://twitter.com/razvan_tanase",
19   "platforms": {
20     "ios": "5.0",
21     "osx": "10.7"
22   },
23   "source": {
24     "git": "https://github.com/codeFi/XcodeLogger.git",
25     "tag": "1.1.1"
26   },
27   "source_files": "XcodeLogger/**/*.{h,m}",
28   "resources": "XcodeLogger/**/*.plist"