[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / d / 8 / XcodeLogger / 1.2.2 / XcodeLogger.podspec.json
blob81350a72dc18a6033d14cd1fefedd4825be94010
2   "name": "XcodeLogger",
3   "version": "1.2.2",
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.",
6   "homepage": "https://github.com/codeFi/XcodeLogger",
7   "screenshots": [
8     "http://i57.tinypic.com/2it544n.jpg",
9     "http://i61.tinypic.com/24qv4n5.png",
10     "http://i57.tinypic.com/9j0snd.png",
11     "http://i61.tinypic.com/mkepnl.png",
12     "http://i58.tinypic.com/33dbkfl.png",
13     "http://i60.tinypic.com/ofygra.png"
14   ],
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "authors": {
20     "Razvan Tanase": "razvan@codebringers.com"
21   },
22   "social_media_url": "http://twitter.com/razvan_tanase",
23   "platforms": {
24     "ios": "5.0",
25     "osx": "10.7"
26   },
27   "source": {
28     "git": "https://github.com/codeFi/XcodeLogger.git",
29     "tag": "1.2.2"
30   },
31   "source_files": "XcodeLogger/**/*.{h,m}",
32   "resources": "XcodeLogger/**/*.plist"