[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 0 / 3 / NSObject+NSLog / 0.1.0 / NSObject+NSLog.podspec.json
blobbee6c263d49c0dc6830f559b24bbd838a42ae980
2   "name": "NSObject+NSLog",
3   "version": "0.1.0",
4   "summary": "A simple drop-in library to support `NSDictionary/NSArray/NSSet` unicode encoding output when using NSLog(@\"%@\", dict);",
5   "description": "As we know, while using `NSLog` to output `NSDictionary/NSArray/NSSet`, non-ascii characers will be convert to `Udd3f` format. It sucks. Let me help you :)",
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.0"
17   },
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.9"
21   },
22   "source_files": "NSObject+NSLog/Classes/**/*",
23   "frameworks": "Foundation"