blob: df1cb6700dfd865f42def3f33c764d80fe5c8601 [file] [log] [blame]
{
"name": "DYCoding",
"version": "1.0",
"summary": "An objective-c library to dynamically encode/decode objects.",
"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.",
"homepage": "https://github.com/flexme/DYCoding",
"license": "MIT",
"authors": {
"Kun Chen": "cs.kunchen@gmail.com"
},
"source": {
"git": "https://github.com/flexme/DYCoding.git",
"tag": "1.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7",
"watchos": "2.0",
"tvos": "9.0"
},
"watchos": {
"frameworks": [
"UIKit",
"CoreGraphics"
]
},
"source_files": "DYCoding/**/*.{h,m,mm}",
"requires_arc": true
}