[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 0 / 3 / NSObject+NSLog / 0.1.1 / NSObject+NSLog.podspec.json
blob8fb563decbc36550f99d830c990080bd5e072114
2   "name": "NSObject+NSLog",
3   "version": "0.1.1",
4   "summary": "A simple drop-in library to support `NSDictionary/NSArray/NSSet` unicode encoding output when using NSLog(@\"%@\", dict);",
5   "description": "As we know, when print `NSDictionary/NSArray/NSSet` with `NSLog`, non-ascii characers will be convert to `\\Uxxxx` format. Let me revert back:)",
6   "homepage": "https://github.com/0x5e/NSObject-NSLog",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gaosen": "0x5e@sina.cn"
13   },
14   "source": {
15     "git": "https://github.com/0x5e/NSObject-NSLog.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.9"
21   },
22   "source_files": "NSObject+NSLog/Classes/**/*",
23   "frameworks": "Foundation"