4 "summary": "An objective-c library to dynamically encode/decode objects.",
5 "description": "Have you got tried of implementing methods initWithCoder: and encodeWithCoder: by yourself? With DYCoding, you don't need to implement those anymore, the encoding/decoding works dynamically in the runtime.Although the encoding/decoding happens dynamically, it's performance should be as fast as the precompiled code due to the optimizations we have done.",
6 "homepage": "https://github.com/flexme/DYCoding",
9 "Kun Chen": "cs.kunchen@gmail.com"
12 "git": "https://github.com/flexme/DYCoding.git",
27 "source_files": "DYCoding/**/*.{h,m,mm}",