[Add] AliPlayerSDK_iOS_NORMAL_SR_FILTER 6.21.0
[CocoaPods.git] / Specs / a / 8 / f / NSObject+description / 1.0.0 / NSObject+description.podspec.json
blobeaadaeee33fef7f4e48e01aaf80b5042628688cd
2   "name": "NSObject+description",
3   "version": "1.0.0",
4   "summary": "Helps you produce description method output formatted same way as Apple's classes' description output",
5   "description": "Helps you produce description method output formatted same way as Apple's classes' description output. Have your custom - (NSString *)description methods return the output from descriptionWithMembers: and manually specify attributes or have all properties of your object included automatically by using descriptionWithAllProperties.",
6   "homepage": "https://github.com/niklasberglund/NSObject-description",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Niklas Berglund": "niklas@klurig.hk"
13   },
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.7"
17   },
18   "source": {
19     "git": "https://github.com/niklasberglund/NSObject-description.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "NSObject+description.{h,m}"